Html Css Color HEX #AAC90C Bahia

📋 copy color: '#AAC90C'

red 170 ◦ green 201 ◦ blue 12

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

Shades of Bahia #AAC90C

Tints of Bahia #AAC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.48%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 44.39%
G = 52.48%
B = 3.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#AAC90C (or 0xAAC90C) is known color: Bahia. HEX triplet: AA, C9 and 0C. RGB value is (170,201,12). Sum of RGB (Red+Green+Blue) = 170+201+12=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC90C is #5536F3. Grayscale: #AAAAAA. Windows color (decimal): -5584628 or 838058. OLE color: 838058.

HSL color Cylindrical-coordinate representation of color #AAC90C: hue angle of 69.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC90C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 12 -
CMYK 0.15 0 0.94 0.21
HSL 69.84º 0.89% 0.42% -
HSV(B) 69.84º 0.94% 0.79% -
XYZ 37.53 50.35 8.09 -
YUV 170.19 38.73 127.87 -
System Red Green Blue C M Y K H S L
Decimal 170 201 12 0.15 0 0.94 0.21 69.84 0.89 0.42
Hex AA C9 C F 0 5E 15 46 59 2A
Octal 252 311 14 17 0 136 25 106 131 52
Binary 10101010 11001001 1100 1111 0 1011110 10101 1000110 1011001 101010

Color Harmonies of #AAC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC90C

Black with #AAC90C

Text Example


Text Example

White with #AAC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC90C; }

 p { color: rgb(170,201,12); }

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

background-color css

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

 a { background-color: rgb(170,201,12); }

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

border-color css

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

 span { border-color: rgb(170,201,12); }

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