Html Css Color HEX #AACD20 Bahia

📋 copy color: '#AACD20'

red 170 ◦ green 205 ◦ blue 32

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

Shades of Bahia #AACD20

Tints of Bahia #AACD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 41.77%
G = 50.37%
B = 7.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#AACD20 (or 0xAACD20) is known color: Bahia. HEX triplet: AA, CD and 20. RGB value is (170,205,32). Sum of RGB (Red+Green+Blue) = 170+205+32=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD20 is #5532DF. Grayscale: #AFAFAF. Windows color (decimal): -5583584 or 2149802. OLE color: 2149802.

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

Color convert

RGB 170 205 32 -
CMYK 0.17 0 0.84 0.20
HSL 72.14º 0.73% 0.46% -
HSV(B) 72.14º 0.84% 0.8% -
XYZ 38.67 52.31 9.43 -
YUV 174.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 170 205 32 0.17 0 0.84 0.20 72.14 0.73 0.46
Hex AA CD 20 11 0 54 14 48 49 2E
Octal 252 315 40 21 0 124 24 110 111 56
Binary 10101010 11001101 100000 10001 0 1010100 10100 1001000 1001001 101110

Color Harmonies of #AACD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD20

Black with #AACD20

Text Example


Text Example

White with #AACD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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