#AABC0A

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

Shades of Citrus #AABC0A

Tints of Citrus #AABC0A

Color information

#AABC0A (or 0xAABC0A) is unknown color: approx Citrus. HEX triplet: AA, BC and 0A. RGB value is (170,188,10). Sum of RGB (Red+Green+Blue) = 170+188+10=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC0A is #5543F5. Grayscale: #A3A3A3. Windows color (decimal): -5587958 or 703658. OLE color: 703658.

HSL color Cylindrical-coordinate representation of color #AABC0A: hue angle of 66.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AABC0A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB17018810-
CMYK0.1000.950.26
HSL66.07º89.9%38.82%-
HSV(B)66.07º94.68%73.73%-
XYZ34.6244.537.06-
YUV162.3342.04133.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 188 (73.83% from 255) = 51.09%
BLUE value IS 10 (4.30% from 255) = 2.72%
R=46.20%
G=51.09%
B=2.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170188100.1000.950.2666.0789.938.82
HexAABCAA05F1A425a27
Octal252274121201373210213247
Binary101010101011110010101010010111111101010000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC0A; }

 p { color: rgb(170,188,10); }

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

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

 a { background-color: rgb(170,188,10); }

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

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

 span { border-color: rgb(170,188,10); }

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