Html Css Color HEX #A0D991 Granny Smith Apple

📋 copy color: '#A0D991'

red 160 ◦ green 217 ◦ blue 145

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

Shades of Granny Smith Apple #A0D991

Tints of Granny Smith Apple #A0D991

RGB

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

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

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

R = 30.65%
G = 41.57%
B = 27.78%

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

#A0D991 (or 0xA0D991) is known color: Granny Smith Apple. HEX triplet: A0, D9 and 91. RGB value is (160,217,145). Sum of RGB (Red+Green+Blue) = 160+217+145=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D991 is #5F266E. Grayscale: #BFBFBF. Windows color (decimal): -6235759 or 9558432. OLE color: 9558432.

HSL color Cylindrical-coordinate representation of color #A0D991: hue angle of 107.5º degrees, saturation: 0.49, 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 #A0D991 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 145 -
CMYK 0.26 0 0.33 0.15
HSL 107.5º 0.49% 0.71% -
HSV(B) 107.5º 0.33% 0.85% -
XYZ 44.42 59.14 35.86 -
YUV 191.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 160 217 145 0.26 0 0.33 0.15 107.5 0.49 0.71
Hex A0 D9 91 1A 0 21 F 6C 31 47
Octal 240 331 221 32 0 41 17 154 61 107
Binary 10100000 11011001 10010001 11010 0 100001 1111 1101100 110001 1000111

Color Harmonies of #A0D991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D991

Black with #A0D991

Text Example


Text Example

White with #A0D991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D991; }

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

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

background-color css

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

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

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

border-color css

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

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

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