Html Css Color HEX #AAD123 Bahia

📋 copy color: '#AAD123'

red 170 ◦ green 209 ◦ blue 35

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

Shades of Bahia #AAD123

Tints of Bahia #AAD123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 41.06%
G = 50.48%
B = 8.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#AAD123 (or 0xAAD123) is known color: Bahia. HEX triplet: AA, D1 and 23. RGB value is (170,209,35). Sum of RGB (Red+Green+Blue) = 170+209+35=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD123 is #552EDC. Grayscale: #B2B2B2. Windows color (decimal): -5582557 or 2347434. OLE color: 2347434.

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

Color convert

RGB 170 209 35 -
CMYK 0.19 0 0.83 0.18
HSL 73.45º 0.71% 0.48% -
HSV(B) 73.45º 0.83% 0.82% -
XYZ 39.68 54.27 9.97 -
YUV 177.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 170 209 35 0.19 0 0.83 0.18 73.45 0.71 0.48
Hex AA D1 23 13 0 53 12 49 47 30
Octal 252 321 43 23 0 123 22 111 107 60
Binary 10101010 11010001 100011 10011 0 1010011 10010 1001001 1000111 110000

Color Harmonies of #AAD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD123

Black with #AAD123

Text Example


Text Example

White with #AAD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD123; }

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

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

background-color css

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

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

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

border-color css

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

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

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