#AABE09

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

Shades of Citrus #AABE09

Tints of Citrus #AABE09

Color information

#AABE09 (or 0xAABE09) is unknown color: approx Citrus. HEX triplet: AA, BE and 09. RGB value is (170,190,9). Sum of RGB (Red+Green+Blue) = 170+190+9=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE09 is #5541F6. Grayscale: #A4A4A4. Windows color (decimal): -5587447 or 638634. OLE color: 638634.

HSL color Cylindrical-coordinate representation of color #AABE09: hue angle of 66.63º 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 #AABE09 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1701909-
CMYK0.1100.950.25
HSL66.63º90.95%39.02%-
HSV(B)66.63º95.26%74.51%-
XYZ35.0445.397.17-
YUV163.3940.87132.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 9 (3.91% from 255) = 2.44%
R=46.07%
G=51.49%
B=2.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17019090.1100.950.2566.6390.9539.02
HexAABE9B05F19435b27
Octal252276111301373110313347
Binary101010101011111010011011010111111100110000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE09; }

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

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

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

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

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

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

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

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