#AAD01D

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

Shades of Bahia #AAD01D

Tints of Bahia #AAD01D

Color information

#AAD01D (or 0xAAD01D) is unknown color: approx Bahia. HEX triplet: AA, D0 and 1D. RGB value is (170,208,29). Sum of RGB (Red+Green+Blue) = 170+208+29=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD01D is #552FE2. Grayscale: #B0B0B0. Windows color (decimal): -5582819 or 1953962. OLE color: 1953962.

HSL color Cylindrical-coordinate representation of color #AAD01D: hue angle of 72.74º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAD01D is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB17020829-
CMYK0.1800.860.18
HSL72.74º75.53%46.47%-
HSV(B)72.74º86.06%81.57%-
XYZ39.3653.759.46-
YUV176.2344.91123.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 29 (11.72% from 255) = 7.13%
R=41.77%
G=51.11%
B=7.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208290.1800.860.1872.7475.5346.47
HexAAD01D1205612494c2e
Octal252320352201262211111456
Binary10101010110100001110110010010101101001010010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD01D; }

 p { color: rgb(170,208,29); }

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

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

 a { background-color: rgb(170,208,29); }

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

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

 span { border-color: rgb(170,208,29); }

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