Html Css Color HEX #A0D990 Granny Smith Apple

📋 copy color: '#A0D990'

red 160 ◦ green 217 ◦ blue 144

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

Shades of Granny Smith Apple #A0D990

Tints of Granny Smith Apple #A0D990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

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

R = 30.71%
G = 41.65%
B = 27.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#A0D990 (or 0xA0D990) is known color: Granny Smith Apple. HEX triplet: A0, D9 and 90. RGB value is (160,217,144). Sum of RGB (Red+Green+Blue) = 160+217+144=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D990 is #5F266F. Grayscale: #BFBFBF. Windows color (decimal): -6235760 or 9492896. OLE color: 9492896.

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

Color convert

RGB 160 217 144 -
CMYK 0.26 0 0.34 0.15
HSL 106.85º 0.49% 0.71% -
HSV(B) 106.85º 0.34% 0.85% -
XYZ 44.34 59.11 35.46 -
YUV 191.64 101.12 105.44 -
System Red Green Blue C M Y K H S L
Decimal 160 217 144 0.26 0 0.34 0.15 106.85 0.49 0.71
Hex A0 D9 90 1A 0 22 F 6B 31 47
Octal 240 331 220 32 0 42 17 153 61 107
Binary 10100000 11011001 10010000 11010 0 100010 1111 1101011 110001 1000111

Color Harmonies of #A0D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D990

Black with #A0D990

Text Example


Text Example

White with #A0D990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D990; }

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

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

background-color css

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

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

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

border-color css

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

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

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