#A0BA39

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

Shades of Yellow Green #A0BA39

Tints of Yellow Green #A0BA39

Color information

#A0BA39 (or 0xA0BA39) is unknown color: approx Yellow Green. HEX triplet: A0, BA and 39. RGB value is (160,186,57). Sum of RGB (Red+Green+Blue) = 160+186+57=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA39 is #5F45C6. Grayscale: #A4A4A4. Windows color (decimal): -6243783 or 3783328. OLE color: 3783328.

HSL color Cylindrical-coordinate representation of color #A0BA39: hue angle of 72.09º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0BA39 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB16018657-
CMYK0.1400.690.27
HSL72.09º53.09%47.65%-
HSV(B)72.09º69.35%72.94%-
XYZ32.7942.8910.42-
YUV163.5267.89125.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=39.70%
G=46.15%
B=14.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160186570.1400.690.2772.0953.0947.65
HexA0BA39E0451B483530
Octal24027271160105331106560
Binary1010000010111010111001111001000101110111001000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA39; }

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

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

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

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

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

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

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

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