#A0F383

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

Shades of Granny Smith Apple #A0F383

Tints of Granny Smith Apple #A0F383

Color information

#A0F383 (or 0xA0F383) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F3 and 83. RGB value is (160,243,131). Sum of RGB (Red+Green+Blue) = 160+243+131=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F383 is #5F0C7C. Grayscale: #CDCDCD. Windows color (decimal): -6229117 or 8647584. OLE color: 8647584.

HSL color Cylindrical-coordinate representation of color #A0F383: hue angle of 104.46º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0F383 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB160243131-
CMYK0.3400.460.05
HSL104.46º82.35%73.33%-
HSV(B)104.46º46.09%95.29%-
XYZ50.6473.2132.94-
YUV205.428695.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 243 (95.31% from 255) = 45.51%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=29.96%
G=45.51%
B=24.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431310.3400.460.05104.4682.3573.33
HexA0F3832202E5685249
Octal240363203420565150122111
Binary1010000011110011100000111000100101110101110100010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F383; }

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

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

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

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

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

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

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

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