#A0F08F

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

Shades of Granny Smith Apple #A0F08F

Tints of Granny Smith Apple #A0F08F

Color information

#A0F08F (or 0xA0F08F) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F0 and 8F. RGB value is (160,240,143). Sum of RGB (Red+Green+Blue) = 160+240+143=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F08F is #5F0F70. Grayscale: #CDCDCD. Windows color (decimal): -6229873 or 9433248. OLE color: 9433248.

HSL color Cylindrical-coordinate representation of color #A0F08F: hue angle of 109.48º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0F08F is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB160240143-
CMYK0.3300.400.06
HSL109.48º76.38%75.1%-
HSV(B)109.48º40.42%94.12%-
XYZ50.6271.7837.17-
YUV205.029395.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=29.47%
G=44.20%
B=26.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602401430.3300.400.06109.4876.3875.1
HexA0F08F2102866d4c4b
Octal240360217410506155114113
Binary1010000011110000100011111000010101000110110110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F08F; }

 p { color: rgb(160,240,143); }

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

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

 a { background-color: rgb(160,240,143); }

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

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

 span { border-color: rgb(160,240,143); }

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