#A0F083

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

Shades of Granny Smith Apple #A0F083

Tints of Granny Smith Apple #A0F083

Color information

#A0F083 (or 0xA0F083) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F0 and 83. RGB value is (160,240,131). Sum of RGB (Red+Green+Blue) = 160+240+131=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F083 is #5F0F7C. Grayscale: #CCCCCC. Windows color (decimal): -6229885 or 8646816. OLE color: 8646816.

HSL color Cylindrical-coordinate representation of color #A0F083: hue angle of 104.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0F083 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB160240131-
CMYK0.3300.450.06
HSL104.04º78.42%72.75%-
HSV(B)104.04º45.42%94.12%-
XYZ49.7571.4332.64-
YUV203.658796.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=30.13%
G=45.20%
B=24.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602401310.3300.450.06104.0478.4272.75
HexA0F0832102D6684e49
Octal240360203410556150116111
Binary1010000011110000100000111000010101101110110100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F083; }

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

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

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

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

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

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

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

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