Html Css Color HEX #ACF08E Granny Smith Apple

📋 copy color: '#ACF08E'

red 172 ◦ green 240 ◦ blue 142

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

Shades of Granny Smith Apple #ACF08E

Tints of Granny Smith Apple #ACF08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.63%

R = 31.05%
G = 43.32%
B = 25.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#ACF08E (or 0xACF08E) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 8E. RGB value is (172,240,142). Sum of RGB (Red+Green+Blue) = 172+240+142=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF08E is #530F71. Grayscale: #D0D0D0. Windows color (decimal): -5443442 or 9367724. OLE color: 9367724.

HSL color Cylindrical-coordinate representation of color #ACF08E: hue angle of 101.63º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF08E is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 142 -
CMYK 0.28 0 0.41 0.06
HSL 101.63º 0.77% 0.75% -
HSV(B) 101.63º 0.41% 0.94% -
XYZ 53.06 73.04 36.89 -
YUV 208.5 90.47 101.97 -
System Red Green Blue C M Y K H S L
Decimal 172 240 142 0.28 0 0.41 0.06 101.63 0.77 0.75
Hex AC F0 8E 1C 0 29 6 66 4D 4B
Octal 254 360 216 34 0 51 6 146 115 113
Binary 10101100 11110000 10001110 11100 0 101001 110 1100110 1001101 1001011

Color Harmonies of #ACF08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF08E

Black with #ACF08E

Text Example


Text Example

White with #ACF08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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