#AABE05

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

Shades of Citrus #AABE05

Tints of Citrus #AABE05

Color information

#AABE05 (or 0xAABE05) is unknown color: approx Citrus. HEX triplet: AA, BE and 05. RGB value is (170,190,5). Sum of RGB (Red+Green+Blue) = 170+190+5=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE05 is #5541FA. Grayscale: #A3A3A3. Windows color (decimal): -5587451 or 376490. OLE color: 376490.

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

Color convert

RGB1701905-
CMYK0.1100.970.25
HSL66.49º94.87%38.24%-
HSV(B)66.49º97.37%74.51%-
XYZ35.0245.387.06-
YUV162.9338.87133.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=46.58%
G=52.05%
B=1.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17019050.1100.970.2566.4994.8738.24
HexAABE5B06119425f26
Octal25227651301413110213746
Binary10101010101111101011011011000011100110000101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE05; }

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

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

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

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

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

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

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

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