#A0BE31

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

Shades of Yellow Green #A0BE31

Tints of Yellow Green #A0BE31

Color information

#A0BE31 (or 0xA0BE31) is unknown color: approx Yellow Green. HEX triplet: A0, BE and 31. RGB value is (160,190,49). Sum of RGB (Red+Green+Blue) = 160+190+49=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE31 is #5F41CE. Grayscale: #A5A5A5. Windows color (decimal): -6242767 or 3260064. OLE color: 3260064.

HSL color Cylindrical-coordinate representation of color #A0BE31: hue angle of 72.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0BE31 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB16019049-
CMYK0.1600.740.25
HSL72.77º59%46.86%-
HSV(B)72.77º74.21%74.51%-
XYZ33.4744.529.74-
YUV164.9662.56124.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=40.10%
G=47.62%
B=12.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160190490.1600.740.2572.775946.86
HexA0BE311004A19493b2f
Octal24027661200112311117357
Binary10100000101111101100011000001001010110011001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE31; }

 p { color: rgb(160,190,49); }

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

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

 a { background-color: rgb(160,190,49); }

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

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

 span { border-color: rgb(160,190,49); }

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