Html Css Color HEX #AACD29 Bahia

📋 copy color: '#AACD29'

red 170 ◦ green 205 ◦ blue 41

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

Shades of Bahia #AACD29

Tints of Bahia #AACD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 40.87%
G = 49.28%
B = 9.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#AACD29 (or 0xAACD29) is known color: Bahia. HEX triplet: AA, CD and 29. RGB value is (170,205,41). Sum of RGB (Red+Green+Blue) = 170+205+41=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD29 is #5532D6. Grayscale: #B0B0B0. Windows color (decimal): -5583575 or 2739626. OLE color: 2739626.

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

Color convert

RGB 170 205 41 -
CMYK 0.17 0 0.8 0.20
HSL 72.8º 0.67% 0.48% -
HSV(B) 72.8º 0.8% 0.8% -
XYZ 38.81 52.37 10.16 -
YUV 175.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 170 205 41 0.17 0 0.8 0.20 72.8 0.67 0.48
Hex AA CD 29 11 0 50 14 49 43 30
Octal 252 315 51 21 0 120 24 111 103 60
Binary 10101010 11001101 101001 10001 0 1010000 10100 1001001 1000011 110000

Color Harmonies of #AACD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD29

Black with #AACD29

Text Example


Text Example

White with #AACD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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