Html Css Color HEX #A0E19E Granny Smith Apple

📋 copy color: '#A0E19E'

red 160 ◦ green 225 ◦ blue 158

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

Shades of Granny Smith Apple #A0E19E

Tints of Granny Smith Apple #A0E19E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

 BLUE value IS 158 (62.11% from 255) = 29.1%

R = 29.47%
G = 41.44%
B = 29.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#A0E19E (or 0xA0E19E) is known color: Granny Smith Apple. HEX triplet: A0, E1 and 9E. RGB value is (160,225,158). Sum of RGB (Red+Green+Blue) = 160+225+158=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E19E is #5F1E61. Grayscale: #C6C6C6. Windows color (decimal): -6233698 or 10412448. OLE color: 10412448.

HSL color Cylindrical-coordinate representation of color #A0E19E: hue angle of 118.21º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E19E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 158 -
CMYK 0.29 0 0.30 0.12
HSL 118.21º 0.53% 0.75% -
HSV(B) 118.21º 0.3% 0.88% -
XYZ 47.59 63.79 42.15 -
YUV 197.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 160 225 158 0.29 0 0.30 0.12 118.21 0.53 0.75
Hex A0 E1 9E 1D 0 1E C 76 35 4B
Octal 240 341 236 35 0 36 14 166 65 113
Binary 10100000 11100001 10011110 11101 0 11110 1100 1110110 110101 1001011

Color Harmonies of #A0E19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E19E

Black with #A0E19E

Text Example


Text Example

White with #A0E19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E19E; }

 p { color: rgb(160,225,158); }

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

background-color css

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

 a { background-color: rgb(160,225,158); }

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

border-color css

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

 span { border-color: rgb(160,225,158); }

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