#ACFB8A

Color #ACFB8A Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #ACFB8A

Tints of Granny Smith Apple #ACFB8A

Color information

#ACFB8A (or 0xACFB8A) is unknown color: approx Granny Smith Apple. HEX triplet: AC, FB and 8A. RGB value is (172,251,138). Sum of RGB (Red+Green+Blue) = 172+251+138=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFB8A is #530475. Grayscale: #D6D6D6. Windows color (decimal): -5440630 or 9108396. OLE color: 9108396.

HSL color Cylindrical-coordinate representation of color #ACFB8A: hue angle of 101.95º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACFB8A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB172251138-
CMYK0.3100.450.02
HSL101.95º93.39%76.27%-
HSV(B)101.95º45.02%98.43%-
XYZ56.179.636.45-
YUV214.584.8397.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 251 (98.44% from 255) = 44.74%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=30.66%
G=44.74%
B=24.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511380.3100.450.02101.9593.3976.27
HexACFB8A1F02D2665d4c
Octal254373212370552146135114
Binary10101100111110111000101011111010110110110011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB8A; }

 p { color: rgb(172,251,138); }

 H1.HeaderClassName
 {
   color: #ACFB8A;
 }
 .AnyTagClassName
 {
   color: #ACFB8A;
 }
</style>
background-color css

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

 a { background-color: rgb(172,251,138); }

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

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

 span { border-color: rgb(172,251,138); }

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