#ACF88B

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

Shades of Granny Smith Apple #ACF88B

Tints of Granny Smith Apple #ACF88B

Color information

#ACF88B (or 0xACF88B) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F8 and 8B. RGB value is (172,248,139). Sum of RGB (Red+Green+Blue) = 172+248+139=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF88B is #530774. Grayscale: #D5D5D5. Windows color (decimal): -5441397 or 9173164. OLE color: 9173164.

HSL color Cylindrical-coordinate representation of color #ACF88B: hue angle of 101.83º 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 #ACF88B is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB172248139-
CMYK0.3100.440.03
HSL101.83º88.62%75.88%-
HSV(B)101.83º43.95%97.25%-
XYZ55.2477.7736.53-
YUV212.8586.3298.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=30.77%
G=44.36%
B=24.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481390.3100.440.03101.8388.6275.88
HexACF88B1F02C366594c
Octal254370213370543146131114
Binary10101100111110001000101111111010110011110011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF88B; }

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

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

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

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

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

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

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

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