#AFF58E

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

Shades of Granny Smith Apple #AFF58E

Tints of Granny Smith Apple #AFF58E

Color information

#AFF58E (or 0xAFF58E) is unknown color: approx Granny Smith Apple. HEX triplet: AF, F5 and 8E. RGB value is (175,245,142). Sum of RGB (Red+Green+Blue) = 175+245+142=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58E is #500A71. Grayscale: #D4D4D4. Windows color (decimal): -5245554 or 9369007. OLE color: 9369007.

HSL color Cylindrical-coordinate representation of color #AFF58E: hue angle of 100.78º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF58E is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB175245142-
CMYK0.2900.420.04
HSL100.78º83.74%75.88%-
HSV(B)100.78º42.04%96.08%-
XYZ55.2176.3737.42-
YUV212.3388.31101.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 245 (96.09% from 255) = 43.59%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=31.14%
G=43.59%
B=25.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451420.2900.420.04100.7883.7475.88
HexAFF58E1D02A465544c
Octal257365216350524145124114
Binary101011111111010110001110111010101010100110010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF58E; }

 p { color: rgb(175,245,142); }

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

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

 a { background-color: rgb(175,245,142); }

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

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

 span { border-color: rgb(175,245,142); }

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