Html Css Color HEX #A0D89F Granny Smith Apple

📋 copy color: '#A0D89F'

red 160 ◦ green 216 ◦ blue 159

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

Shades of Granny Smith Apple #A0D89F

Tints of Granny Smith Apple #A0D89F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 159 (62.5% from 255) = 29.72%

R = 29.91%
G = 40.37%
B = 29.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#A0D89F (or 0xA0D89F) is known color: Granny Smith Apple. HEX triplet: A0, D8 and 9F. RGB value is (160,216,159). Sum of RGB (Red+Green+Blue) = 160+216+159=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D89F is #5F2760. Grayscale: #C0C0C0. Windows color (decimal): -6236001 or 10475680. OLE color: 10475680.

HSL color Cylindrical-coordinate representation of color #A0D89F: hue angle of 118.95º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D89F is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 159 -
CMYK 0.26 0 0.26 0.15
HSL 118.95º 0.42% 0.74% -
HSV(B) 118.95º 0.26% 0.85% -
XYZ 45.31 59.09 41.82 -
YUV 192.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 160 216 159 0.26 0 0.26 0.15 118.95 0.42 0.74
Hex A0 D8 9F 1A 0 1A F 77 2A 4A
Octal 240 330 237 32 0 32 17 167 52 112
Binary 10100000 11011000 10011111 11010 0 11010 1111 1110111 101010 1001010

Color Harmonies of #A0D89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D89F

Black with #A0D89F

Text Example


Text Example

White with #A0D89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D89F; }

 p { color: rgb(160,216,159); }

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

background-color css

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

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

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

border-color css

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

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

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