Html Css Color HEX #A0D992 Granny Smith Apple

📋 copy color: '#A0D992'

red 160 ◦ green 217 ◦ blue 146

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

Shades of Granny Smith Apple #A0D992

Tints of Granny Smith Apple #A0D992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.92%

R = 30.59%
G = 41.49%
B = 27.92%

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

#A0D992 (or 0xA0D992) is known color: Granny Smith Apple. HEX triplet: A0, D9 and 92. RGB value is (160,217,146). Sum of RGB (Red+Green+Blue) = 160+217+146=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D992 is #5F266D. Grayscale: #C0C0C0. Windows color (decimal): -6235758 or 9623968. OLE color: 9623968.

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

Color convert

RGB 160 217 146 -
CMYK 0.26 0 0.33 0.15
HSL 108.17º 0.48% 0.71% -
HSV(B) 108.17º 0.33% 0.85% -
XYZ 44.5 59.17 36.27 -
YUV 191.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 160 217 146 0.26 0 0.33 0.15 108.17 0.48 0.71
Hex A0 D9 92 1A 0 21 F 6C 30 47
Octal 240 331 222 32 0 41 17 154 60 107
Binary 10100000 11011001 10010010 11010 0 100001 1111 1101100 110000 1000111

Color Harmonies of #A0D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D992

Black with #A0D992

Text Example


Text Example

White with #A0D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D992; }

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

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

background-color css

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

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

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

border-color css

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

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

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