#AABF10

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

Shades of Bahia #AABF10

Tints of Bahia #AABF10

Color information

#AABF10 (or 0xAABF10) is unknown color: approx Bahia. HEX triplet: AA, BF and 10. RGB value is (170,191,16). Sum of RGB (Red+Green+Blue) = 170+191+16=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF10 is #5540EF. Grayscale: #A5A5A5. Windows color (decimal): -5587184 or 1097642. OLE color: 1097642.

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

Color convert

RGB17019116-
CMYK0.1100.920.25
HSL67.2º84.54%40.59%-
HSV(B)67.2º91.62%74.9%-
XYZ35.345.857.48-
YUV164.7744.04131.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 16 (6.64% from 255) = 4.24%
R=45.09%
G=50.66%
B=4.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191160.1100.920.2567.284.5440.59
HexAABF10B05C19435529
Octal252277201301343110312551
Binary1010101010111111100001011010111001100110000111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF10; }

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

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

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

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

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

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

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

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