#A0BE09

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

Shades of Citrus #A0BE09

Tints of Citrus #A0BE09

Color information

#A0BE09 (or 0xA0BE09) is unknown color: approx Citrus. HEX triplet: A0, BE and 09. RGB value is (160,190,9). Sum of RGB (Red+Green+Blue) = 160+190+9=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE09 is #5F41F6. Grayscale: #A1A1A1. Windows color (decimal): -6242807 or 638624. OLE color: 638624.

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

Color convert

RGB1601909-
CMYK0.1600.950.25
HSL69.94º90.95%39.02%-
HSV(B)69.94º95.26%74.51%-
XYZ32.9644.327.08-
YUV160.442.56127.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 9 (3.91% from 255) = 2.51%
R=44.57%
G=52.92%
B=2.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16019090.1600.950.2569.9490.9539.02
HexA0BE91005F19465b27
Octal240276112001373110613347
Binary1010000010111110100110000010111111100110001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE09; }

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

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

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

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

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

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

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

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