#A0BE05

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

Shades of Citrus #A0BE05

Tints of Citrus #A0BE05

Color information

#A0BE05 (or 0xA0BE05) is unknown color: approx Citrus. HEX triplet: A0, BE and 05. RGB value is (160,190,5). Sum of RGB (Red+Green+Blue) = 160+190+5=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE05 is #5F41FA. Grayscale: #A0A0A0. Windows color (decimal): -6242811 or 376480. OLE color: 376480.

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

Color convert

RGB1601905-
CMYK0.1600.970.25
HSL69.73º94.87%38.24%-
HSV(B)69.73º97.37%74.51%-
XYZ32.9444.316.96-
YUV159.9440.56128.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 190 (74.61% from 255) = 53.52%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=45.07%
G=53.52%
B=1.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16019050.1600.970.2569.7394.8738.24
HexA0BE51006119465f26
Octal24027652001413110613746
Binary101000001011111010110000011000011100110001101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE05; }

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

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

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

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

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

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

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

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