Html Css Color HEX #ACF48E Granny Smith Apple

📋 copy color: '#ACF48E'

red 172 ◦ green 244 ◦ blue 142

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

Shades of Granny Smith Apple #ACF48E

Tints of Granny Smith Apple #ACF48E

RGB

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

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

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

R = 30.82%
G = 43.73%
B = 25.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#ACF48E (or 0xACF48E) is known color: Granny Smith Apple. HEX triplet: AC, F4 and 8E. RGB value is (172,244,142). Sum of RGB (Red+Green+Blue) = 172+244+142=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF48E is #530B71. Grayscale: #D3D3D3. Windows color (decimal): -5442418 or 9368748. OLE color: 9368748.

HSL color Cylindrical-coordinate representation of color #ACF48E: hue angle of 102.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACF48E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 142 -
CMYK 0.30 0 0.42 0.04
HSL 102.35º 0.82% 0.76% -
HSV(B) 102.35º 0.42% 0.96% -
XYZ 54.25 75.43 37.29 -
YUV 210.84 89.15 100.29 -
System Red Green Blue C M Y K H S L
Decimal 172 244 142 0.30 0 0.42 0.04 102.35 0.82 0.76
Hex AC F4 8E 1E 0 2A 4 66 52 4C
Octal 254 364 216 36 0 52 4 146 122 114
Binary 10101100 11110100 10001110 11110 0 101010 100 1100110 1010010 1001100

Color Harmonies of #ACF48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF48E

Black with #ACF48E

Text Example


Text Example

White with #ACF48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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