Html Css Color HEX #AAD118 Bahia

📋 copy color: '#AAD118'

red 170 ◦ green 209 ◦ blue 24

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

Shades of Bahia #AAD118

Tints of Bahia #AAD118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 42.18%
G = 51.86%
B = 5.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#AAD118 (or 0xAAD118) is known color: Bahia. HEX triplet: AA, D1 and 18. RGB value is (170,209,24). Sum of RGB (Red+Green+Blue) = 170+209+24=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD118 is #552EE7. Grayscale: #B0B0B0. Windows color (decimal): -5582568 or 1626538. OLE color: 1626538.

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

Color convert

RGB 170 209 24 -
CMYK 0.19 0 0.89 0.18
HSL 72.65º 0.79% 0.46% -
HSV(B) 72.65º 0.89% 0.82% -
XYZ 39.54 54.21 9.24 -
YUV 176.25 42.08 123.54 -
System Red Green Blue C M Y K H S L
Decimal 170 209 24 0.19 0 0.89 0.18 72.65 0.79 0.46
Hex AA D1 18 13 0 59 12 49 4F 2E
Octal 252 321 30 23 0 131 22 111 117 56
Binary 10101010 11010001 11000 10011 0 1011001 10010 1001001 1001111 101110

Color Harmonies of #AAD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD118

Black with #AAD118

Text Example


Text Example

White with #AAD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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