Html Css Color HEX #AAC52D Bahia

📋 copy color: '#AAC52D'

red 170 ◦ green 197 ◦ blue 45

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

Shades of Bahia #AAC52D

Tints of Bahia #AAC52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.82%

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 41.26%
G = 47.82%
B = 10.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#AAC52D (or 0xAAC52D) is known color: Bahia. HEX triplet: AA, C5 and 2D. RGB value is (170,197,45). Sum of RGB (Red+Green+Blue) = 170+197+45=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC52D is #553AD2. Grayscale: #ACACAC. Windows color (decimal): -5585619 or 2999722. OLE color: 2999722.

HSL color Cylindrical-coordinate representation of color #AAC52D: hue angle of 70.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAC52D is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 45 -
CMYK 0.14 0 0.77 0.23
HSL 70.66º 0.63% 0.47% -
HSV(B) 70.66º 0.77% 0.77% -
XYZ 37.02 48.67 9.93 -
YUV 171.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 170 197 45 0.14 0 0.77 0.23 70.66 0.63 0.47
Hex AA C5 2D E 0 4D 17 47 3F 2F
Octal 252 305 55 16 0 115 27 107 77 57
Binary 10101010 11000101 101101 1110 0 1001101 10111 1000111 111111 101111

Color Harmonies of #AAC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC52D

Black with #AAC52D

Text Example


Text Example

White with #AAC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC52D; }

 p { color: rgb(170,197,45); }

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

background-color css

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

 a { background-color: rgb(170,197,45); }

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

border-color css

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

 span { border-color: rgb(170,197,45); }

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