Html Css Color HEX #A0DB8F Granny Smith Apple

📋 copy color: '#A0DB8F'

red 160 ◦ green 219 ◦ blue 143

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

Shades of Granny Smith Apple #A0DB8F

Tints of Granny Smith Apple #A0DB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.39%

R = 30.65%
G = 41.95%
B = 27.39%

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

#A0DB8F (or 0xA0DB8F) is known color: Granny Smith Apple. HEX triplet: A0, DB and 8F. RGB value is (160,219,143). Sum of RGB (Red+Green+Blue) = 160+219+143=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB8F is #5F2470. Grayscale: #C0C0C0. Windows color (decimal): -6235249 or 9427872. OLE color: 9427872.

HSL color Cylindrical-coordinate representation of color #A0DB8F: hue angle of 106.58º degrees, saturation: 0.51, 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 #A0DB8F is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 143 -
CMYK 0.27 0 0.35 0.14
HSL 106.58º 0.51% 0.71% -
HSV(B) 106.58º 0.35% 0.86% -
XYZ 44.79 60.12 35.23 -
YUV 192.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 160 219 143 0.27 0 0.35 0.14 106.58 0.51 0.71
Hex A0 DB 8F 1B 0 23 E 6B 33 47
Octal 240 333 217 33 0 43 16 153 63 107
Binary 10100000 11011011 10001111 11011 0 100011 1110 1101011 110011 1000111

Color Harmonies of #A0DB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB8F

Black with #A0DB8F

Text Example


Text Example

White with #A0DB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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