Html Css Color HEX #A0D890 Granny Smith Apple

📋 copy color: '#A0D890'

red 160 ◦ green 216 ◦ blue 144

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

Shades of Granny Smith Apple #A0D890

Tints of Granny Smith Apple #A0D890

RGB

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

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

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

R = 30.77%
G = 41.54%
B = 27.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#A0D890 (or 0xA0D890) is known color: Granny Smith Apple. HEX triplet: A0, D8 and 90. RGB value is (160,216,144). Sum of RGB (Red+Green+Blue) = 160+216+144=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D890 is #5F276F. Grayscale: #BFBFBF. Windows color (decimal): -6236016 or 9492640. OLE color: 9492640.

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

Color convert

RGB 160 216 144 -
CMYK 0.26 0 0.33 0.15
HSL 106.67º 0.48% 0.71% -
HSV(B) 106.67º 0.33% 0.85% -
XYZ 44.09 58.6 35.37 -
YUV 191.05 101.45 105.85 -
System Red Green Blue C M Y K H S L
Decimal 160 216 144 0.26 0 0.33 0.15 106.67 0.48 0.71
Hex A0 D8 90 1A 0 21 F 6B 30 47
Octal 240 330 220 32 0 41 17 153 60 107
Binary 10100000 11011000 10010000 11010 0 100001 1111 1101011 110000 1000111

Color Harmonies of #A0D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D890

Black with #A0D890

Text Example


Text Example

White with #A0D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D890; }

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

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

background-color css

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

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

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

border-color css

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

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

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