#A0AE13

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

Shades of Citrus #A0AE13

Tints of Citrus #A0AE13

Color information

#A0AE13 (or 0xA0AE13) is unknown color: approx Citrus. HEX triplet: A0, AE and 13. RGB value is (160,174,19). Sum of RGB (Red+Green+Blue) = 160+174+19=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE13 is #5F51EC. Grayscale: #989898. Windows color (decimal): -6246893 or 1289888. OLE color: 1289888.

HSL color Cylindrical-coordinate representation of color #A0AE13: hue angle of 65.42º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0AE13 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB16017419-
CMYK0.0800.890.32
HSL65.42º80.31%37.84%-
HSV(B)65.42º89.08%68.24%-
XYZ29.7537.796.34-
YUV152.1452.86133.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 19 (7.81% from 255) = 5.38%
R=45.33%
G=49.29%
B=5.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174190.0800.890.3265.4280.3137.84
HexA0AE13805920415026
Octal240256231001314010112046
Binary10100000101011101001110000101100110000010000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE13; }

 p { color: rgb(160,174,19); }

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

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

 a { background-color: rgb(160,174,19); }

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

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

 span { border-color: rgb(160,174,19); }

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