#AAC01E

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

Shades of Bahia #AAC01E

Tints of Bahia #AAC01E

Color information

#AAC01E (or 0xAAC01E) is unknown color: approx Bahia. HEX triplet: AA, C0 and 1E. RGB value is (170,192,30). Sum of RGB (Red+Green+Blue) = 170+192+30=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC01E is #553FE1. Grayscale: #A7A7A7. Windows color (decimal): -5586914 or 2015402. OLE color: 2015402.

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

Color convert

RGB17019230-
CMYK0.1100.840.25
HSL68.15º72.97%43.53%-
HSV(B)68.15º84.38%75.29%-
XYZ35.6646.348.29-
YUV166.9550.71130.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 192 (75.39% from 255) = 48.98%
BLUE value IS 30 (12.11% from 255) = 7.65%
R=43.37%
G=48.98%
B=7.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192300.1100.840.2568.1572.9743.53
HexAAC01EB0541944492c
Octal252300361301243110411154
Binary1010101011000000111101011010101001100110001001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC01E; }

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

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

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

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

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

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

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

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