Html Css Color HEX #AACD22 Bahia

📋 copy color: '#AACD22'

red 170 ◦ green 205 ◦ blue 34

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

Shades of Bahia #AACD22

Tints of Bahia #AACD22

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.12%

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

R = 41.56%
G = 50.12%
B = 8.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#AACD22 (or 0xAACD22) is known color: Bahia. HEX triplet: AA, CD and 22. RGB value is (170,205,34). Sum of RGB (Red+Green+Blue) = 170+205+34=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD22 is #5532DD. Grayscale: #AFAFAF. Windows color (decimal): -5583582 or 2280874. OLE color: 2280874.

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

Color convert

RGB 170 205 34 -
CMYK 0.17 0 0.83 0.20
HSL 72.28º 0.72% 0.47% -
HSV(B) 72.28º 0.83% 0.8% -
XYZ 38.7 52.32 9.57 -
YUV 175.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 170 205 34 0.17 0 0.83 0.20 72.28 0.72 0.47
Hex AA CD 22 11 0 53 14 48 48 2F
Octal 252 315 42 21 0 123 24 110 110 57
Binary 10101010 11001101 100010 10001 0 1010011 10100 1001000 1001000 101111

Color Harmonies of #AACD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD22

Black with #AACD22

Text Example


Text Example

White with #AACD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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