Html Css Color HEX #AAC212 Bahia

📋 copy color: '#AAC212'

red 170 ◦ green 194 ◦ blue 18

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

Shades of Bahia #AAC212

Tints of Bahia #AAC212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

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

R = 44.5%
G = 50.79%
B = 4.71%

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

#AAC212 (or 0xAAC212) is known color: Bahia. HEX triplet: AA, C2 and 12. RGB value is (170,194,18). Sum of RGB (Red+Green+Blue) = 170+194+18=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC212 is #553DED. Grayscale: #A7A7A7. Windows color (decimal): -5586414 or 1229482. OLE color: 1229482.

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

Color convert

RGB 170 194 18 -
CMYK 0.12 0 0.91 0.24
HSL 68.18º 0.83% 0.42% -
HSV(B) 68.18º 0.91% 0.76% -
XYZ 35.98 47.17 7.78 -
YUV 166.76 44.05 130.31 -
System Red Green Blue C M Y K H S L
Decimal 170 194 18 0.12 0 0.91 0.24 68.18 0.83 0.42
Hex AA C2 12 C 0 5B 18 44 53 2A
Octal 252 302 22 14 0 133 30 104 123 52
Binary 10101010 11000010 10010 1100 0 1011011 11000 1000100 1010011 101010

Color Harmonies of #AAC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC212

Black with #AAC212

Text Example


Text Example

White with #AAC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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