Html Css Color HEX #A0DD91 Granny Smith Apple

📋 copy color: '#A0DD91'

red 160 ◦ green 221 ◦ blue 145

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

Shades of Granny Smith Apple #A0DD91

Tints of Granny Smith Apple #A0DD91

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 30.42%
G = 42.02%
B = 27.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#A0DD91 (or 0xA0DD91) is known color: Granny Smith Apple. HEX triplet: A0, DD and 91. RGB value is (160,221,145). Sum of RGB (Red+Green+Blue) = 160+221+145=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD91 is #5F226E. Grayscale: #C2C2C2. Windows color (decimal): -6234735 or 9559456. OLE color: 9559456.

HSL color Cylindrical-coordinate representation of color #A0DD91: hue angle of 108.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DD91 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 145 -
CMYK 0.28 0 0.34 0.13
HSL 108.16º 0.53% 0.72% -
HSV(B) 108.16º 0.34% 0.87% -
XYZ 45.46 61.23 36.21 -
YUV 194.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 160 221 145 0.28 0 0.34 0.13 108.16 0.53 0.72
Hex A0 DD 91 1C 0 22 D 6C 35 48
Octal 240 335 221 34 0 42 15 154 65 110
Binary 10100000 11011101 10010001 11100 0 100010 1101 1101100 110101 1001000

Color Harmonies of #A0DD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD91

Black with #A0DD91

Text Example


Text Example

White with #A0DD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD91; }

 p { color: rgb(160,221,145); }

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

background-color css

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

 a { background-color: rgb(160,221,145); }

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

border-color css

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

 span { border-color: rgb(160,221,145); }

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