Html Css Color HEX #ACF88C Granny Smith Apple

📋 copy color: '#ACF88C'

red 172 ◦ green 248 ◦ blue 140

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

Shades of Granny Smith Apple #ACF88C

Tints of Granny Smith Apple #ACF88C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.29%

 BLUE value IS 140 (55.08% from 255) = 25%

R = 30.71%
G = 44.29%
B = 25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#ACF88C (or 0xACF88C) is known color: Granny Smith Apple. HEX triplet: AC, F8 and 8C. RGB value is (172,248,140). Sum of RGB (Red+Green+Blue) = 172+248+140=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF88C is #530773. Grayscale: #D5D5D5. Windows color (decimal): -5441396 or 9238700. OLE color: 9238700.

HSL color Cylindrical-coordinate representation of color #ACF88C: hue angle of 102.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF88C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 140 -
CMYK 0.31 0 0.44 0.03
HSL 102.22º 0.89% 0.76% -
HSV(B) 102.22º 0.44% 0.97% -
XYZ 55.31 77.8 36.91 -
YUV 212.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 172 248 140 0.31 0 0.44 0.03 102.22 0.89 0.76
Hex AC F8 8C 1F 0 2C 3 66 59 4C
Octal 254 370 214 37 0 54 3 146 131 114
Binary 10101100 11111000 10001100 11111 0 101100 11 1100110 1011001 1001100

Color Harmonies of #ACF88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF88C

Black with #ACF88C

Text Example


Text Example

White with #ACF88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF88C; }

 p { color: rgb(172,248,140); }

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

background-color css

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

 a { background-color: rgb(172,248,140); }

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

border-color css

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

 span { border-color: rgb(172,248,140); }

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