Html Css Color HEX #AAC112 Bahia

📋 copy color: '#AAC112'

red 170 ◦ green 193 ◦ blue 18

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

Shades of Bahia #AAC112

Tints of Bahia #AAC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.66%

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 44.62%
G = 50.66%
B = 4.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AAC112 (or 0xAAC112) is known color: Bahia. HEX triplet: AA, C1 and 12. RGB value is (170,193,18). Sum of RGB (Red+Green+Blue) = 170+193+18=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC112 is #553EED. Grayscale: #A6A6A6. Windows color (decimal): -5586670 or 1229226. OLE color: 1229226.

HSL color Cylindrical-coordinate representation of color #AAC112: hue angle of 67.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAC112 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 18 -
CMYK 0.12 0 0.91 0.24
HSL 67.89º 0.83% 0.41% -
HSV(B) 67.89º 0.91% 0.76% -
XYZ 35.76 46.73 7.71 -
YUV 166.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 170 193 18 0.12 0 0.91 0.24 67.89 0.83 0.41
Hex AA C1 12 C 0 5B 18 44 53 29
Octal 252 301 22 14 0 133 30 104 123 51
Binary 10101010 11000001 10010 1100 0 1011011 11000 1000100 1010011 101001

Color Harmonies of #AAC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC112

Black with #AAC112

Text Example


Text Example

White with #AAC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC112; }

 p { color: rgb(170,193,18); }

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

background-color css

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

 a { background-color: rgb(170,193,18); }

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

border-color css

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

 span { border-color: rgb(170,193,18); }

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