Html Css Color HEX #A0DB99 Granny Smith Apple

📋 copy color: '#A0DB99'

red 160 ◦ green 219 ◦ blue 153

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

Shades of Granny Smith Apple #A0DB99

Tints of Granny Smith Apple #A0DB99

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

 BLUE value IS 153 (60.16% from 255) = 28.76%

R = 30.08%
G = 41.17%
B = 28.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#A0DB99 (or 0xA0DB99) is known color: Granny Smith Apple. HEX triplet: A0, DB and 99. RGB value is (160,219,153). Sum of RGB (Red+Green+Blue) = 160+219+153=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB99 is #5F2466. Grayscale: #C2C2C2. Windows color (decimal): -6235239 or 10083232. OLE color: 10083232.

HSL color Cylindrical-coordinate representation of color #A0DB99: hue angle of 113.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DB99 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 153 -
CMYK 0.27 0 0.30 0.14
HSL 113.64º 0.48% 0.73% -
HSV(B) 113.64º 0.3% 0.86% -
XYZ 45.58 60.44 39.4 -
YUV 193.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 160 219 153 0.27 0 0.30 0.14 113.64 0.48 0.73
Hex A0 DB 99 1B 0 1E E 72 30 49
Octal 240 333 231 33 0 36 16 162 60 111
Binary 10100000 11011011 10011001 11011 0 11110 1110 1110010 110000 1001001

Color Harmonies of #A0DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB99

Black with #A0DB99

Text Example


Text Example

White with #A0DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB99; }

 p { color: rgb(160,219,153); }

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

background-color css

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

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

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

border-color css

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

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

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