#AAC70D

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

Shades of Bahia #AAC70D

Tints of Bahia #AAC70D

Color information

#AAC70D (or 0xAAC70D) is unknown color: approx Bahia. HEX triplet: AA, C7 and 0D. RGB value is (170,199,13). Sum of RGB (Red+Green+Blue) = 170+199+13=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC70D is #5538F2. Grayscale: #A9A9A9. Windows color (decimal): -5585139 or 903082. OLE color: 903082.

HSL color Cylindrical-coordinate representation of color #AAC70D: hue angle of 69.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAC70D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB17019913-
CMYK0.1500.930.22
HSL69.35º87.74%41.57%-
HSV(B)69.35º93.47%78.04%-
XYZ37.0749.427.97-
YUV169.1239.89128.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 199 (78.12% from 255) = 52.09%
BLUE value IS 13 (5.47% from 255) = 3.40%
R=44.50%
G=52.09%
B=3.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170199130.1500.930.2269.3587.7441.57
HexAAC7DF05D1645582a
Octal252307151701352610513052
Binary101010101100011111011111010111011011010001011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC70D; }

 p { color: rgb(170,199,13); }

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

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

 a { background-color: rgb(170,199,13); }

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

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

 span { border-color: rgb(170,199,13); }

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