#A0BE2D

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

Shades of Yellow Green #A0BE2D

Tints of Yellow Green #A0BE2D

Color information

#A0BE2D (or 0xA0BE2D) is unknown color: approx Yellow Green. HEX triplet: A0, BE and 2D. RGB value is (160,190,45). Sum of RGB (Red+Green+Blue) = 160+190+45=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE2D is #5F41D2. Grayscale: #A5A5A5. Windows color (decimal): -6242771 or 2997920. OLE color: 2997920.

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

Color convert

RGB16019045-
CMYK0.1600.760.25
HSL72.41º61.7%46.08%-
HSV(B)72.41º76.32%74.51%-
XYZ33.3844.499.31-
YUV164.560.56124.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 45 (17.97% from 255) = 11.39%
R=40.51%
G=48.10%
B=11.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160190450.1600.760.2572.4161.746.08
HexA0BE2D1004C19483e2e
Octal24027655200114311107656
Binary10100000101111101011011000001001100110011001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE2D; }

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

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

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

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

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

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

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

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