#AFFA8B

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

Shades of Granny Smith Apple #AFFA8B

Tints of Granny Smith Apple #AFFA8B

Color information

#AFFA8B (or 0xAFFA8B) is unknown color: approx Granny Smith Apple. HEX triplet: AF, FA and 8B. RGB value is (175,250,139). Sum of RGB (Red+Green+Blue) = 175+250+139=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA8B is #500574. Grayscale: #D7D7D7. Windows color (decimal): -5244277 or 9173679. OLE color: 9173679.

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

Color convert

RGB175250139-
CMYK0.300.440.02
HSL100.54º91.74%76.27%-
HSV(B)100.54º44.4%98.04%-
XYZ56.5379.3536.76-
YUV214.9285.1599.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 139 (54.69% from 255) = 24.65%
R=31.03%
G=44.33%
B=24.65%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501390.300.440.02100.5491.7476.27
HexAFFA8B1E02C2655c4c
Octal257372213360542145134114
Binary10101111111110101000101111110010110010110010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA8B; }

 p { color: rgb(175,250,139); }

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

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

 a { background-color: rgb(175,250,139); }

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

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

 span { border-color: rgb(175,250,139); }

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