Html Css Color HEX #A0DE9E Granny Smith Apple

📋 copy color: '#A0DE9E'

red 160 ◦ green 222 ◦ blue 158

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

Shades of Granny Smith Apple #A0DE9E

Tints of Granny Smith Apple #A0DE9E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

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

R = 29.63%
G = 41.11%
B = 29.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#A0DE9E (or 0xA0DE9E) is known color: Granny Smith Apple. HEX triplet: A0, DE and 9E. RGB value is (160,222,158). Sum of RGB (Red+Green+Blue) = 160+222+158=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DE9E is #5F2161. Grayscale: #C4C4C4. Windows color (decimal): -6234466 or 10411680. OLE color: 10411680.

HSL color Cylindrical-coordinate representation of color #A0DE9E: hue angle of 118.12º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DE9E is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 222 158 -
CMYK 0.28 0 0.29 0.13
HSL 118.13º 0.49% 0.75% -
HSV(B) 118.13º 0.29% 0.87% -
XYZ 46.79 62.18 41.88 -
YUV 196.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 160 222 158 0.28 0 0.29 0.13 118.13 0.49 0.75
Hex A0 DE 9E 1C 0 1D D 76 31 4B
Octal 240 336 236 34 0 35 15 166 61 113
Binary 10100000 11011110 10011110 11100 0 11101 1101 1110110 110001 1001011

Color Harmonies of #A0DE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DE9E

Black with #A0DE9E

Text Example


Text Example

White with #A0DE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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