Html Css Color HEX #A0E890 Granny Smith Apple

📋 copy color: '#A0E890'

red 160 ◦ green 232 ◦ blue 144

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

Shades of Granny Smith Apple #A0E890

Tints of Granny Smith Apple #A0E890

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.28%

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

R = 29.85%
G = 43.28%
B = 26.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#A0E890 (or 0xA0E890) is known color: Granny Smith Apple. HEX triplet: A0, E8 and 90. RGB value is (160,232,144). Sum of RGB (Red+Green+Blue) = 160+232+144=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E890 is #5F176F. Grayscale: #C8C8C8. Windows color (decimal): -6231920 or 9496736. OLE color: 9496736.

HSL color Cylindrical-coordinate representation of color #A0E890: hue angle of 109.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0E890 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 144 -
CMYK 0.31 0 0.38 0.09
HSL 109.09º 0.66% 0.74% -
HSV(B) 109.09º 0.38% 0.91% -
XYZ 48.39 67.2 36.81 -
YUV 200.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 160 232 144 0.31 0 0.38 0.09 109.09 0.66 0.74
Hex A0 E8 90 1F 0 26 9 6D 42 4A
Octal 240 350 220 37 0 46 11 155 102 112
Binary 10100000 11101000 10010000 11111 0 100110 1001 1101101 1000010 1001010

Color Harmonies of #A0E890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E890

Black with #A0E890

Text Example


Text Example

White with #A0E890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E890; }

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

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

background-color css

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

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

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

border-color css

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

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

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