Html Css Color HEX #AAD323 Bahia

📋 copy color: '#AAD323'

red 170 ◦ green 211 ◦ blue 35

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

Shades of Bahia #AAD323

Tints of Bahia #AAD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

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

R = 40.87%
G = 50.72%
B = 8.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#AAD323 (or 0xAAD323) is known color: Bahia. HEX triplet: AA, D3 and 23. RGB value is (170,211,35). Sum of RGB (Red+Green+Blue) = 170+211+35=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD323 is #552CDC. Grayscale: #B3B3B3. Windows color (decimal): -5582045 or 2347946. OLE color: 2347946.

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

Color convert

RGB 170 211 35 -
CMYK 0.19 0 0.83 0.17
HSL 73.98º 0.72% 0.48% -
HSV(B) 73.98º 0.83% 0.83% -
XYZ 40.18 55.26 10.14 -
YUV 178.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 170 211 35 0.19 0 0.83 0.17 73.98 0.72 0.48
Hex AA D3 23 13 0 53 11 4A 48 30
Octal 252 323 43 23 0 123 21 112 110 60
Binary 10101010 11010011 100011 10011 0 1010011 10001 1001010 1001000 110000

Color Harmonies of #AAD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD323

Black with #AAD323

Text Example


Text Example

White with #AAD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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