#AFF58D

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

Shades of Granny Smith Apple #AFF58D

Tints of Granny Smith Apple #AFF58D

Color information

#AFF58D (or 0xAFF58D) is unknown color: approx Granny Smith Apple. HEX triplet: AF, F5 and 8D. RGB value is (175,245,141). Sum of RGB (Red+Green+Blue) = 175+245+141=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58D is #500A72. Grayscale: #D4D4D4. Windows color (decimal): -5245555 or 9303471. OLE color: 9303471.

HSL color Cylindrical-coordinate representation of color #AFF58D: hue angle of 100.38º 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 #AFF58D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB175245141-
CMYK0.2900.420.04
HSL100.38º83.87%75.69%-
HSV(B)100.38º42.45%96.08%-
XYZ55.1476.3437.03-
YUV212.2187.81101.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 245 (96.09% from 255) = 43.67%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=31.19%
G=43.67%
B=25.13%

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
Decimal1752451410.2900.420.04100.3883.8775.69
HexAFF58D1D02A464544c
Octal257365215350524144124114
Binary101011111111010110001101111010101010100110010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF58D; }

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

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

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

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

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

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

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

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