#AAC02F

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

Shades of Bahia #AAC02F

Tints of Bahia #AAC02F

Color information

#AAC02F (or 0xAAC02F) is unknown color: approx Bahia. HEX triplet: AA, C0 and 2F. RGB value is (170,192,47). Sum of RGB (Red+Green+Blue) = 170+192+47=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC02F is #553FD0. Grayscale: #A9A9A9. Windows color (decimal): -5586897 or 3129514. OLE color: 3129514.

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

Color convert

RGB17019247-
CMYK0.1100.760.25
HSL69.1º60.67%46.86%-
HSV(B)69.1º75.52%75.29%-
XYZ35.9446.459.76-
YUV168.8959.21128.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 47 (18.75% from 255) = 11.49%
R=41.56%
G=46.94%
B=11.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192470.1100.760.2569.160.6746.86
HexAAC02FB04C19453d2f
Octal25230057130114311057557
Binary1010101011000000101111101101001100110011000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC02F; }

 p { color: rgb(170,192,47); }

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

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

 a { background-color: rgb(170,192,47); }

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

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

 span { border-color: rgb(170,192,47); }

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