Html Css Color HEX #AAC41D Bahia

📋 copy color: '#AAC41D'

red 170 ◦ green 196 ◦ blue 29

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

Shades of Bahia #AAC41D

Tints of Bahia #AAC41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 43.04%
G = 49.62%
B = 7.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#AAC41D (or 0xAAC41D) is known color: Bahia. HEX triplet: AA, C4 and 1D. RGB value is (170,196,29). Sum of RGB (Red+Green+Blue) = 170+196+29=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC41D is #553BE2. Grayscale: #A9A9A9. Windows color (decimal): -5585891 or 1950890. OLE color: 1950890.

HSL color Cylindrical-coordinate representation of color #AAC41D: hue angle of 69.34º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC41D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 29 -
CMYK 0.13 0 0.85 0.23
HSL 69.34º 0.74% 0.44% -
HSV(B) 69.34º 0.85% 0.77% -
XYZ 36.54 48.11 8.52 -
YUV 169.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 170 196 29 0.13 0 0.85 0.23 69.34 0.74 0.44
Hex AA C4 1D D 0 55 17 45 4A 2C
Octal 252 304 35 15 0 125 27 105 112 54
Binary 10101010 11000100 11101 1101 0 1010101 10111 1000101 1001010 101100

Color Harmonies of #AAC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC41D

Black with #AAC41D

Text Example


Text Example

White with #AAC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC41D; }

 p { color: rgb(170,196,29); }

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

background-color css

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

 a { background-color: rgb(170,196,29); }

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

border-color css

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

 span { border-color: rgb(170,196,29); }

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