Html Css Color HEX #A0D720 Yellow Green

📋 copy color: '#A0D720'

red 160 ◦ green 215 ◦ blue 32

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

Shades of Yellow Green #A0D720

Tints of Yellow Green #A0D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

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

R = 39.31%
G = 52.83%
B = 7.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#A0D720 (or 0xA0D720) is known color: Yellow Green. HEX triplet: A0, D7 and 20. RGB value is (160,215,32). Sum of RGB (Red+Green+Blue) = 160+215+32=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D720 is #5F28DF. Grayscale: #B2B2B2. Windows color (decimal): -6236384 or 2152352. OLE color: 2152352.

HSL color Cylindrical-coordinate representation of color #A0D720: hue angle of 78.03º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0D720 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 32 -
CMYK 0.26 0 0.85 0.16
HSL 78.03º 0.74% 0.48% -
HSV(B) 78.03º 0.85% 0.84% -
XYZ 39.06 56.18 10.15 -
YUV 177.69 45.78 115.38 -
System Red Green Blue C M Y K H S L
Decimal 160 215 32 0.26 0 0.85 0.16 78.03 0.74 0.48
Hex A0 D7 20 1A 0 55 10 4E 4A 30
Octal 240 327 40 32 0 125 20 116 112 60
Binary 10100000 11010111 100000 11010 0 1010101 10000 1001110 1001010 110000

Color Harmonies of #A0D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D720

Black with #A0D720

Text Example


Text Example

White with #A0D720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D720; }

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

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

background-color css

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

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

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

border-color css

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

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

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