Html Css Color HEX #A0DAA0 Granny Smith Apple

📋 copy color: '#A0DAA0'

red 160 ◦ green 218 ◦ blue 160

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

Shades of Granny Smith Apple #A0DAA0

Tints of Granny Smith Apple #A0DAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 29.74%
G = 40.52%
B = 29.74%

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

#A0DAA0 (or 0xA0DAA0) is known color: Granny Smith Apple. HEX triplet: A0, DA and A0. RGB value is (160,218,160). Sum of RGB (Red+Green+Blue) = 160+218+160=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAA0 is #5F255F. Grayscale: #C2C2C2. Windows color (decimal): -6235488 or 10541728. OLE color: 10541728.

HSL color Cylindrical-coordinate representation of color #A0DAA0: hue angle of 120º 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 #A0DAA0 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 160 -
CMYK 0.27 0 0.27 0.15
HSL 120º 0.44% 0.74% -
HSV(B) 120º 0.27% 0.85% -
XYZ 45.91 60.15 42.45 -
YUV 194.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 160 218 160 0.27 0 0.27 0.15 120 0.44 0.74
Hex A0 DA A0 1B 0 1B F 78 2C 4A
Octal 240 332 240 33 0 33 17 170 54 112
Binary 10100000 11011010 10100000 11011 0 11011 1111 1111000 101100 1001010

Color Harmonies of #A0DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DAA0

Black with #A0DAA0

Text Example


Text Example

White with #A0DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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