Html Css Color HEX #ACF079 Feijoa

📋 copy color: '#ACF079'

red 172 ◦ green 240 ◦ blue 121

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

Shades of Feijoa #ACF079

Tints of Feijoa #ACF079

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.03%

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

R = 32.27%
G = 45.03%
B = 22.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#ACF079 (or 0xACF079) is known color: Feijoa. HEX triplet: AC, F0 and 79. RGB value is (172,240,121). Sum of RGB (Red+Green+Blue) = 172+240+121=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF079 is #530F86. Grayscale: #CECECE. Windows color (decimal): -5443463 or 7991468. OLE color: 7991468.

HSL color Cylindrical-coordinate representation of color #ACF079: hue angle of 94.29º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF079 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 121 -
CMYK 0.28 0 0.50 0.06
HSL 94.29º 0.8% 0.71% -
HSV(B) 94.29º 0.5% 0.94% -
XYZ 51.62 72.47 29.36 -
YUV 206.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 172 240 121 0.28 0 0.50 0.06 94.29 0.8 0.71
Hex AC F0 79 1C 0 32 6 5E 50 47
Octal 254 360 171 34 0 62 6 136 120 107
Binary 10101100 11110000 1111001 11100 0 110010 110 1011110 1010000 1000111

Color Harmonies of #ACF079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF079

Black with #ACF079

Text Example


Text Example

White with #ACF079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF079; }

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

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

background-color css

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

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

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

border-color css

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

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

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