Html Css Color HEX #AAD223 Bahia

📋 copy color: '#AAD223'

red 170 ◦ green 210 ◦ blue 35

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

Shades of Bahia #AAD223

Tints of Bahia #AAD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.6%

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

R = 40.96%
G = 50.6%
B = 8.43%

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

#AAD223 (or 0xAAD223) is known color: Bahia. HEX triplet: AA, D2 and 23. RGB value is (170,210,35). Sum of RGB (Red+Green+Blue) = 170+210+35=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD223 is #552DDC. Grayscale: #B2B2B2. Windows color (decimal): -5582301 or 2347690. OLE color: 2347690.

HSL color Cylindrical-coordinate representation of color #AAD223: hue angle of 73.71º 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 #AAD223 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 35 -
CMYK 0.19 0 0.83 0.18
HSL 73.71º 0.71% 0.48% -
HSV(B) 73.71º 0.83% 0.82% -
XYZ 39.93 54.76 10.06 -
YUV 178.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 170 210 35 0.19 0 0.83 0.18 73.71 0.71 0.48
Hex AA D2 23 13 0 53 12 4A 47 30
Octal 252 322 43 23 0 123 22 112 107 60
Binary 10101010 11010010 100011 10011 0 1010011 10010 1001010 1000111 110000

Color Harmonies of #AAD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD223

Black with #AAD223

Text Example


Text Example

White with #AAD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD223; }

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

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

background-color css

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

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

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

border-color css

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

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

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