Html Css Color HEX #A0DB8E Granny Smith Apple

📋 copy color: '#A0DB8E'

red 160 ◦ green 219 ◦ blue 142

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

Shades of Granny Smith Apple #A0DB8E

Tints of Granny Smith Apple #A0DB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 30.71%
G = 42.03%
B = 27.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#A0DB8E (or 0xA0DB8E) is known color: Granny Smith Apple. HEX triplet: A0, DB and 8E. RGB value is (160,219,142). Sum of RGB (Red+Green+Blue) = 160+219+142=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB8E is #5F2471. Grayscale: #C0C0C0. Windows color (decimal): -6235250 or 9362336. OLE color: 9362336.

HSL color Cylindrical-coordinate representation of color #A0DB8E: hue angle of 105.97º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0DB8E is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 142 -
CMYK 0.27 0 0.35 0.14
HSL 105.97º 0.52% 0.71% -
HSV(B) 105.97º 0.35% 0.86% -
XYZ 44.71 60.09 34.83 -
YUV 192.58 99.45 104.76 -
System Red Green Blue C M Y K H S L
Decimal 160 219 142 0.27 0 0.35 0.14 105.97 0.52 0.71
Hex A0 DB 8E 1B 0 23 E 6A 34 47
Octal 240 333 216 33 0 43 16 152 64 107
Binary 10100000 11011011 10001110 11011 0 100011 1110 1101010 110100 1000111

Color Harmonies of #A0DB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB8E

Black with #A0DB8E

Text Example


Text Example

White with #A0DB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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