#A0B439

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

Shades of Yellow Green #A0B439

Tints of Yellow Green #A0B439

Color information

#A0B439 (or 0xA0B439) is unknown color: approx Yellow Green. HEX triplet: A0, B4 and 39. RGB value is (160,180,57). Sum of RGB (Red+Green+Blue) = 160+180+57=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B439 is #5F4BC6. Grayscale: #A0A0A0. Windows color (decimal): -6245319 or 3781792. OLE color: 3781792.

HSL color Cylindrical-coordinate representation of color #A0B439: hue angle of 69.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0B439 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB16018057-
CMYK0.1100.680.29
HSL69.76º51.9%46.47%-
HSV(B)69.76º68.33%70.59%-
XYZ31.5640.4110.01-
YUV16069.87128-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 57 (22.66% from 255) = 14.36%
R=40.30%
G=45.34%
B=14.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180570.1100.680.2969.7651.946.47
HexA0B439B0441D46342e
Octal24026471130104351066456
Binary1010000010110100111001101101000100111011000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B439; }

 p { color: rgb(160,180,57); }

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

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

 a { background-color: rgb(160,180,57); }

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

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

 span { border-color: rgb(160,180,57); }

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