#A0D72F

Color #A0D72F Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A0D72F

Tints of Yellow Green #A0D72F

Color information

#A0D72F (or 0xA0D72F) is unknown color: approx Yellow Green. HEX triplet: A0, D7 and 2F. RGB value is (160,215,47). Sum of RGB (Red+Green+Blue) = 160+215+47=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D72F is #5F28D0. Grayscale: #B4B4B4. Windows color (decimal): -6236369 or 3135392. OLE color: 3135392.

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

Color convert

RGB16021547-
CMYK0.2600.780.16
HSL79.64º67.74%51.37%-
HSV(B)79.64º78.14%84.31%-
XYZ39.3156.2811.48-
YUV179.453.28114.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 215 (84.38% from 255) = 50.95%
BLUE value IS 47 (18.75% from 255) = 11.14%
R=37.91%
G=50.95%
B=11.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160215470.2600.780.1679.6467.7451.37
HexA0D72F1A04E10504433
Octal240327573201162012010463
Binary101000001101011110111111010010011101000010100001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D72F; }

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

 H1.HeaderClassName
 {
   color: #A0D72F;
 }
 .AnyTagClassName
 {
   color: #A0D72F;
 }
</style>
background-color css

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

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

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

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

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

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