Html Css Color HEX #A0DA9E Granny Smith Apple

📋 copy color: '#A0DA9E'

red 160 ◦ green 218 ◦ blue 158

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

Shades of Granny Smith Apple #A0DA9E

Tints of Granny Smith Apple #A0DA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

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

R = 29.85%
G = 40.67%
B = 29.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#A0DA9E (or 0xA0DA9E) is known color: Granny Smith Apple. HEX triplet: A0, DA and 9E. RGB value is (160,218,158). Sum of RGB (Red+Green+Blue) = 160+218+158=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA9E is #5F2561. Grayscale: #C2C2C2. Windows color (decimal): -6235490 or 10410656. OLE color: 10410656.

HSL color Cylindrical-coordinate representation of color #A0DA9E: hue angle of 118º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DA9E is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 158 -
CMYK 0.27 0 0.28 0.15
HSL 118º 0.45% 0.74% -
HSV(B) 118º 0.28% 0.85% -
XYZ 45.74 60.09 41.53 -
YUV 193.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 160 218 158 0.27 0 0.28 0.15 118 0.45 0.74
Hex A0 DA 9E 1B 0 1C F 76 2D 4A
Octal 240 332 236 33 0 34 17 166 55 112
Binary 10100000 11011010 10011110 11011 0 11100 1111 1110110 101101 1001010

Color Harmonies of #A0DA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA9E

Black with #A0DA9E

Text Example


Text Example

White with #A0DA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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