#A0B00E

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

Shades of Citrus #A0B00E

Tints of Citrus #A0B00E

Color information

#A0B00E (or 0xA0B00E) is unknown color: approx Citrus. HEX triplet: A0, B0 and 0E. RGB value is (160,176,14). Sum of RGB (Red+Green+Blue) = 160+176+14=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B00E is #5F4FF1. Grayscale: #999999. Windows color (decimal): -6246386 or 962720. OLE color: 962720.

HSL color Cylindrical-coordinate representation of color #A0B00E: hue angle of 65.93º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0B00E is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB16017614-
CMYK0.0900.920.31
HSL65.93º85.26%37.25%-
HSV(B)65.93º92.05%69.02%-
XYZ30.138.566.27-
YUV152.7549.7133.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 14 (5.86% from 255) = 4%
R=45.71%
G=50.29%
B=4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176140.0900.920.3165.9385.2637.25
HexA0B0E905C1F425525
Octal240260161101343710212545
Binary101000001011000011101001010111001111110000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B00E; }

 p { color: rgb(160,176,14); }

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

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

 a { background-color: rgb(160,176,14); }

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

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

 span { border-color: rgb(160,176,14); }

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