Html Css Color HEX #AAC52A Bahia

📋 copy color: '#AAC52A'

red 170 ◦ green 197 ◦ blue 42

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

Shades of Bahia #AAC52A

Tints of Bahia #AAC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 41.56%
G = 48.17%
B = 10.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AAC52A (or 0xAAC52A) is known color: Bahia. HEX triplet: AA, C5 and 2A. RGB value is (170,197,42). Sum of RGB (Red+Green+Blue) = 170+197+42=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC52A is #553AD5. Grayscale: #ABABAB. Windows color (decimal): -5585622 or 2803114. OLE color: 2803114.

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

Color convert

RGB 170 197 42 -
CMYK 0.14 0 0.79 0.23
HSL 70.45º 0.65% 0.47% -
HSV(B) 70.45º 0.79% 0.77% -
XYZ 36.96 48.65 9.63 -
YUV 171.26 55.05 127.1 -
System Red Green Blue C M Y K H S L
Decimal 170 197 42 0.14 0 0.79 0.23 70.45 0.65 0.47
Hex AA C5 2A E 0 4F 17 46 41 2F
Octal 252 305 52 16 0 117 27 106 101 57
Binary 10101010 11000101 101010 1110 0 1001111 10111 1000110 1000001 101111

Color Harmonies of #AAC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC52A

Black with #AAC52A

Text Example


Text Example

White with #AAC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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