Html Css Color HEX #AAD022 Bahia

📋 copy color: '#AAD022'

red 170 ◦ green 208 ◦ blue 34

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

Shades of Bahia #AAD022

Tints of Bahia #AAD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.49%

 BLUE value IS 34 (13.67% from 255) = 8.25%

R = 41.26%
G = 50.49%
B = 8.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#AAD022 (or 0xAAD022) is known color: Bahia. HEX triplet: AA, D0 and 22. RGB value is (170,208,34). Sum of RGB (Red+Green+Blue) = 170+208+34=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD022 is #552FDD. Grayscale: #B1B1B1. Windows color (decimal): -5582814 or 2281642. OLE color: 2281642.

HSL color Cylindrical-coordinate representation of color #AAD022: hue angle of 73.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAD022 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 34 -
CMYK 0.18 0 0.84 0.18
HSL 73.1º 0.72% 0.47% -
HSV(B) 73.1º 0.84% 0.82% -
XYZ 39.42 53.77 9.81 -
YUV 176.8 47.41 123.15 -
System Red Green Blue C M Y K H S L
Decimal 170 208 34 0.18 0 0.84 0.18 73.1 0.72 0.47
Hex AA D0 22 12 0 54 12 49 48 2F
Octal 252 320 42 22 0 124 22 111 110 57
Binary 10101010 11010000 100010 10010 0 1010100 10010 1001001 1001000 101111

Color Harmonies of #AAD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD022

Black with #AAD022

Text Example


Text Example

White with #AAD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD022; }

 p { color: rgb(170,208,34); }

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

background-color css

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

 a { background-color: rgb(170,208,34); }

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

border-color css

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

 span { border-color: rgb(170,208,34); }

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