Html Css Color HEX #A0DD90 Granny Smith Apple

📋 copy color: '#A0DD90'

red 160 ◦ green 221 ◦ blue 144

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

Shades of Granny Smith Apple #A0DD90

Tints of Granny Smith Apple #A0DD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 30.48%
G = 42.1%
B = 27.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#A0DD90 (or 0xA0DD90) is known color: Granny Smith Apple. HEX triplet: A0, DD and 90. RGB value is (160,221,144). Sum of RGB (Red+Green+Blue) = 160+221+144=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD90 is #5F226F. Grayscale: #C2C2C2. Windows color (decimal): -6234736 or 9493920. OLE color: 9493920.

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

Color convert

RGB 160 221 144 -
CMYK 0.28 0 0.35 0.13
HSL 107.53º 0.53% 0.72% -
HSV(B) 107.53º 0.35% 0.87% -
XYZ 45.39 61.2 35.81 -
YUV 193.98 99.79 103.76 -
System Red Green Blue C M Y K H S L
Decimal 160 221 144 0.28 0 0.35 0.13 107.53 0.53 0.72
Hex A0 DD 90 1C 0 23 D 6C 35 48
Octal 240 335 220 34 0 43 15 154 65 110
Binary 10100000 11011101 10010000 11100 0 100011 1101 1101100 110101 1001000

Color Harmonies of #A0DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD90

Black with #A0DD90

Text Example


Text Example

White with #A0DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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