#ACFA88

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

Shades of Granny Smith Apple #ACFA88

Tints of Granny Smith Apple #ACFA88

Color information

#ACFA88 (or 0xACFA88) is unknown color: approx Granny Smith Apple. HEX triplet: AC, FA and 88. RGB value is (172,250,136). Sum of RGB (Red+Green+Blue) = 172+250+136=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFA88 is #530577. Grayscale: #D6D6D6. Windows color (decimal): -5440888 or 8977068. OLE color: 8977068.

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

Color convert

RGB172250136-
CMYK0.3100.460.02
HSL101.05º91.94%75.69%-
HSV(B)101.05º45.6%98.04%-
XYZ55.6478.9235.59-
YUV213.6884.1698.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=30.82%
G=44.80%
B=24.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501360.3100.460.02101.0591.9475.69
HexACFA881F02E2655c4c
Octal254372210370562145134114
Binary10101100111110101000100011111010111010110010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA88; }

 p { color: rgb(172,250,136); }

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

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

 a { background-color: rgb(172,250,136); }

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

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

 span { border-color: rgb(172,250,136); }

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