Html Css Color HEX #A0E490 Granny Smith Apple

📋 copy color: '#A0E490'

red 160 ◦ green 228 ◦ blue 144

#A0E490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A0E490

Tints of Granny Smith Apple #A0E490

RGB

 RED value IS 160 (62.89% from 255) = 30.08%

 GREEN value IS 228 (89.45% from 255) = 42.86%

 BLUE value IS 144 (56.64% from 255) = 27.07%

R = 30.08%
G = 42.86%
B = 27.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#A0E490 (or 0xA0E490) is known color: Granny Smith Apple. HEX triplet: A0, E4 and 90. RGB value is (160,228,144). Sum of RGB (Red+Green+Blue) = 160+228+144=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E490 is #5F1B6F. Grayscale: #C6C6C6. Windows color (decimal): -6232944 or 9495712. OLE color: 9495712.

HSL color Cylindrical-coordinate representation of color #A0E490: hue angle of 108.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0E490 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 144 -
CMYK 0.30 0 0.37 0.11
HSL 108.57º 0.61% 0.73% -
HSV(B) 108.57º 0.37% 0.89% -
XYZ 47.27 64.97 36.44 -
YUV 198.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 160 228 144 0.30 0 0.37 0.11 108.57 0.61 0.73
Hex A0 E4 90 1E 0 25 B 6D 3D 49
Octal 240 344 220 36 0 45 13 155 75 111
Binary 10100000 11100100 10010000 11110 0 100101 1011 1101101 111101 1001001

Color Harmonies of #A0E490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E490

Black with #A0E490

Text Example


Text Example

White with #A0E490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E490; }

 p { color: rgb(160,228,144); }

 H1.HeaderClassName
 {
   color: #A0E490;
 }
 .AnyTagClassName
 {
   color: #A0E490;
 }
</style>

background-color css

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

 a { background-color: rgb(160,228,144); }

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

border-color css

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

 span { border-color: rgb(160,228,144); }

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