#ACF88F

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

Shades of Granny Smith Apple #ACF88F

Tints of Granny Smith Apple #ACF88F

Color information

#ACF88F (or 0xACF88F) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F8 and 8F. RGB value is (172,248,143). Sum of RGB (Red+Green+Blue) = 172+248+143=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF88F is #530770. Grayscale: #D5D5D5. Windows color (decimal): -5441393 or 9435308. OLE color: 9435308.

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

Color convert

RGB172248143-
CMYK0.3100.420.03
HSL103.43º88.24%76.67%-
HSV(B)103.43º42.34%97.25%-
XYZ55.5477.8938.09-
YUV213.3188.3298.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=30.55%
G=44.05%
B=25.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481430.3100.420.03103.4388.2476.67
HexACF88F1F02A367584d
Octal254370217370523147130115
Binary10101100111110001000111111111010101011110011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF88F; }

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

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

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

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

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

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

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

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