Html Css Color HEX #AAD11C Bahia

📋 copy color: '#AAD11C'

red 170 ◦ green 209 ◦ blue 28

#AAD11C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AAD11C

Tints of Bahia #AAD11C

RGB

 RED value IS 170 (66.8% from 255) = 41.77%

 GREEN value IS 209 (82.03% from 255) = 51.35%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 41.77%
G = 51.35%
B = 6.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#AAD11C (or 0xAAD11C) is known color: Bahia. HEX triplet: AA, D1 and 1C. RGB value is (170,209,28). Sum of RGB (Red+Green+Blue) = 170+209+28=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD11C is #552EE3. Grayscale: #B1B1B1. Windows color (decimal): -5582564 or 1888682. OLE color: 1888682.

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

Color convert

RGB 170 209 28 -
CMYK 0.19 0 0.87 0.18
HSL 72.93º 0.76% 0.46% -
HSV(B) 72.93º 0.87% 0.82% -
XYZ 39.59 54.23 9.48 -
YUV 176.71 44.08 123.22 -
System Red Green Blue C M Y K H S L
Decimal 170 209 28 0.19 0 0.87 0.18 72.93 0.76 0.46
Hex AA D1 1C 13 0 57 12 49 4C 2E
Octal 252 321 34 23 0 127 22 111 114 56
Binary 10101010 11010001 11100 10011 0 1010111 10010 1001001 1001100 101110

Color Harmonies of #AAD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD11C

Black with #AAD11C

Text Example


Text Example

White with #AAD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD11C; }

 p { color: rgb(170,209,28); }

 H1.HeaderClassName
 {
   color: #AAD11C;
 }
 .AnyTagClassName
 {
   color: #AAD11C;
 }
</style>

background-color css

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

 a { background-color: rgb(170,209,28); }

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

border-color css

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

 span { border-color: rgb(170,209,28); }

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