Html Css Color HEX #A0DC92 Granny Smith Apple

📋 copy color: '#A0DC92'

red 160 ◦ green 220 ◦ blue 146

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

Shades of Granny Smith Apple #A0DC92

Tints of Granny Smith Apple #A0DC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 30.42%
G = 41.83%
B = 27.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#A0DC92 (or 0xA0DC92) is known color: Granny Smith Apple. HEX triplet: A0, DC and 92. RGB value is (160,220,146). Sum of RGB (Red+Green+Blue) = 160+220+146=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC92 is #5F236D. Grayscale: #C1C1C1. Windows color (decimal): -6234990 or 9624736. OLE color: 9624736.

HSL color Cylindrical-coordinate representation of color #A0DC92: hue angle of 108.65º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DC92 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 146 -
CMYK 0.27 0 0.34 0.14
HSL 108.65º 0.51% 0.72% -
HSV(B) 108.65º 0.34% 0.86% -
XYZ 45.28 60.74 36.53 -
YUV 193.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 160 220 146 0.27 0 0.34 0.14 108.65 0.51 0.72
Hex A0 DC 92 1B 0 22 E 6D 33 48
Octal 240 334 222 33 0 42 16 155 63 110
Binary 10100000 11011100 10010010 11011 0 100010 1110 1101101 110011 1001000

Color Harmonies of #A0DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC92

Black with #A0DC92

Text Example


Text Example

White with #A0DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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