#A0D126

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

Shades of Yellow Green #A0D126

Tints of Yellow Green #A0D126

Color information

#A0D126 (or 0xA0D126) is unknown color: approx Yellow Green. HEX triplet: A0, D1 and 26. RGB value is (160,209,38). Sum of RGB (Red+Green+Blue) = 160+209+38=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D126 is #5F2ED9. Grayscale: #AFAFAF. Windows color (decimal): -6237914 or 2544032. OLE color: 2544032.

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

Color convert

RGB16020938-
CMYK0.2300.820.18
HSL77.19º69.23%48.43%-
HSV(B)77.19º81.82%81.96%-
XYZ37.6553.2110.12-
YUV174.8650.77117.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 38 (15.23% from 255) = 9.34%
R=39.31%
G=51.35%
B=9.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160209380.2300.820.1877.1969.2348.43
HexA0D12617052124d4530
Octal240321462701222211510560
Binary101000001101000110011010111010100101001010011011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D126; }

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

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

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

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

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

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

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

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