Html Css Color HEX #A0D120 Yellow Green

📋 copy color: '#A0D120'

red 160 ◦ green 209 ◦ blue 32

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

Shades of Yellow Green #A0D120

Tints of Yellow Green #A0D120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

 BLUE value IS 32 (12.89% from 255) = 7.98%

R = 39.9%
G = 52.12%
B = 7.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#A0D120 (or 0xA0D120) is known color: Yellow Green. HEX triplet: A0, D1 and 20. RGB value is (160,209,32). Sum of RGB (Red+Green+Blue) = 160+209+32=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D120 is #5F2EDF. Grayscale: #AEAEAE. Windows color (decimal): -6237920 or 2150816. OLE color: 2150816.

HSL color Cylindrical-coordinate representation of color #A0D120: hue angle of 76.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0D120 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 32 -
CMYK 0.23 0 0.85 0.18
HSL 76.61º 0.73% 0.47% -
HSV(B) 76.61º 0.85% 0.82% -
XYZ 37.56 53.18 9.65 -
YUV 174.17 47.77 117.89 -
System Red Green Blue C M Y K H S L
Decimal 160 209 32 0.23 0 0.85 0.18 76.61 0.73 0.47
Hex A0 D1 20 17 0 55 12 4D 49 2F
Octal 240 321 40 27 0 125 22 115 111 57
Binary 10100000 11010001 100000 10111 0 1010101 10010 1001101 1001001 101111

Color Harmonies of #A0D120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D120

Black with #A0D120

Text Example


Text Example

White with #A0D120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D120; }

 p { color: rgb(160,209,32); }

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

background-color css

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

 a { background-color: rgb(160,209,32); }

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

border-color css

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

 span { border-color: rgb(160,209,32); }

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