Html Css Color HEX #A0DC9E Granny Smith Apple

📋 copy color: '#A0DC9E'

red 160 ◦ green 220 ◦ blue 158

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

Shades of Granny Smith Apple #A0DC9E

Tints of Granny Smith Apple #A0DC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 29.74%
G = 40.89%
B = 29.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#A0DC9E (or 0xA0DC9E) is known color: Granny Smith Apple. HEX triplet: A0, DC and 9E. RGB value is (160,220,158). Sum of RGB (Red+Green+Blue) = 160+220+158=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC9E is #5F2361. Grayscale: #C3C3C3. Windows color (decimal): -6234978 or 10411168. OLE color: 10411168.

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

Color convert

RGB 160 220 158 -
CMYK 0.27 0 0.28 0.14
HSL 118.06º 0.47% 0.74% -
HSV(B) 118.06º 0.28% 0.86% -
XYZ 46.26 61.13 41.71 -
YUV 194.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 160 220 158 0.27 0 0.28 0.14 118.06 0.47 0.74
Hex A0 DC 9E 1B 0 1C E 76 2F 4A
Octal 240 334 236 33 0 34 16 166 57 112
Binary 10100000 11011100 10011110 11011 0 11100 1110 1110110 101111 1001010

Color Harmonies of #A0DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC9E

Black with #A0DC9E

Text Example


Text Example

White with #A0DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC9E; }

 p { color: rgb(160,220,158); }

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

background-color css

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

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

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

border-color css

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

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

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