Html Css Color HEX #AAC52E Bahia

📋 copy color: '#AAC52E'

red 170 ◦ green 197 ◦ blue 46

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

Shades of Bahia #AAC52E

Tints of Bahia #AAC52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 41.16%
G = 47.7%
B = 11.14%

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

#AAC52E (or 0xAAC52E) is known color: Bahia. HEX triplet: AA, C5 and 2E. RGB value is (170,197,46). Sum of RGB (Red+Green+Blue) = 170+197+46=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC52E is #553AD1. Grayscale: #ACACAC. Windows color (decimal): -5585618 or 3065258. OLE color: 3065258.

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

Color convert

RGB 170 197 46 -
CMYK 0.14 0 0.77 0.23
HSL 70.73º 0.62% 0.48% -
HSV(B) 70.73º 0.77% 0.77% -
XYZ 37.04 48.68 10.03 -
YUV 171.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 170 197 46 0.14 0 0.77 0.23 70.73 0.62 0.48
Hex AA C5 2E E 0 4D 17 47 3E 30
Octal 252 305 56 16 0 115 27 107 76 60
Binary 10101010 11000101 101110 1110 0 1001101 10111 1000111 111110 110000

Color Harmonies of #AAC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC52E

Black with #AAC52E

Text Example


Text Example

White with #AAC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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