Html Css Color HEX #ACF479 Feijoa

📋 copy color: '#ACF479'

red 172 ◦ green 244 ◦ blue 121

#ACF479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ACF479

Tints of Feijoa #ACF479

RGB

 RED value IS 172 (67.58% from 255) = 32.03%

 GREEN value IS 244 (95.7% from 255) = 45.44%

 BLUE value IS 121 (47.66% from 255) = 22.53%

R = 32.03%
G = 45.44%
B = 22.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACF479 (or 0xACF479) is known color: Feijoa. HEX triplet: AC, F4 and 79. RGB value is (172,244,121). Sum of RGB (Red+Green+Blue) = 172+244+121=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF479 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF479 is #530B86. Grayscale: #D0D0D0. Windows color (decimal): -5442439 or 7992492. OLE color: 7992492.

HSL color Cylindrical-coordinate representation of color #ACF479: hue angle of 95.12º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF479 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 121 -
CMYK 0.30 0 0.50 0.04
HSL 95.12º 0.85% 0.72% -
HSV(B) 95.12º 0.5% 0.96% -
XYZ 52.82 74.85 29.75 -
YUV 208.45 78.65 102 -
System Red Green Blue C M Y K H S L
Decimal 172 244 121 0.30 0 0.50 0.04 95.12 0.85 0.72
Hex AC F4 79 1E 0 32 4 5F 55 48
Octal 254 364 171 36 0 62 4 137 125 110
Binary 10101100 11110100 1111001 11110 0 110010 100 1011111 1010101 1001000

Color Harmonies of #ACF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF479

Black with #ACF479

Text Example


Text Example

White with #ACF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF479; }

 p { color: rgb(172,244,121); }

 H1.HeaderClassName
 {
   color: #ACF479;
 }
 .AnyTagClassName
 {
   color: #ACF479;
 }
</style>

background-color css

<style>
 a { background-color: #ACF479; }

 a { background-color: rgb(172,244,121); }

 div.DivClassName
 {
   background-color: #ACF479;
 }
 .BgClassName
 {
   background-color: #ACF479;
 }
</style>

border-color css

<style>
 span { border-color: #ACF479; }

 span { border-color: rgb(172,244,121); }

 td.TdClassName
 {
   border-color: #ACF479;
 }
 .TagClassName
 {
   border-color: #ACF479;
 }
</style>