#AABF0C

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

Shades of Citrus #AABF0C

Tints of Citrus #AABF0C

Color information

#AABF0C (or 0xAABF0C) is unknown color: approx Citrus. HEX triplet: AA, BF and 0C. RGB value is (170,191,12). Sum of RGB (Red+Green+Blue) = 170+191+12=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF0C is #5540F3. Grayscale: #A5A5A5. Windows color (decimal): -5587188 or 835498. OLE color: 835498.

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

Color convert

RGB17019112-
CMYK0.1100.940.25
HSL67.04º88.18%39.8%-
HSV(B)67.04º93.72%74.9%-
XYZ35.2745.837.34-
YUV164.3242.04132.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=45.58%
G=51.21%
B=3.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191120.1100.940.2567.0488.1839.8
HexAABFCB05E19435828
Octal252277141301363110313050
Binary101010101011111111001011010111101100110000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF0C; }

 p { color: rgb(170,191,12); }

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

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

 a { background-color: rgb(170,191,12); }

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

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

 span { border-color: rgb(170,191,12); }

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