Html Css Color HEX #A0DA9F Granny Smith Apple

📋 copy color: '#A0DA9F'

red 160 ◦ green 218 ◦ blue 159

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

Shades of Granny Smith Apple #A0DA9F

Tints of Granny Smith Apple #A0DA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 29.8%
G = 40.6%
B = 29.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#A0DA9F (or 0xA0DA9F) is known color: Granny Smith Apple. HEX triplet: A0, DA and 9F. RGB value is (160,218,159). Sum of RGB (Red+Green+Blue) = 160+218+159=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA9F is #5F2560. Grayscale: #C2C2C2. Windows color (decimal): -6235489 or 10476192. OLE color: 10476192.

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

Color convert

RGB 160 218 159 -
CMYK 0.27 0 0.27 0.15
HSL 118.98º 0.44% 0.74% -
HSV(B) 118.98º 0.27% 0.85% -
XYZ 45.83 60.12 41.99 -
YUV 193.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 160 218 159 0.27 0 0.27 0.15 118.98 0.44 0.74
Hex A0 DA 9F 1B 0 1B F 77 2C 4A
Octal 240 332 237 33 0 33 17 167 54 112
Binary 10100000 11011010 10011111 11011 0 11011 1111 1110111 101100 1001010

Color Harmonies of #A0DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA9F

Black with #A0DA9F

Text Example


Text Example

White with #A0DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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