Html Css Color HEX #AAC110 Bahia

📋 copy color: '#AAC110'

red 170 ◦ green 193 ◦ blue 16

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

Shades of Bahia #AAC110

Tints of Bahia #AAC110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 44.85%
G = 50.92%
B = 4.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AAC110 (or 0xAAC110) is known color: Bahia. HEX triplet: AA, C1 and 10. RGB value is (170,193,16). Sum of RGB (Red+Green+Blue) = 170+193+16=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC110 is #553EEF. Grayscale: #A6A6A6. Windows color (decimal): -5586672 or 1098154. OLE color: 1098154.

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

Color convert

RGB 170 193 16 -
CMYK 0.12 0 0.92 0.24
HSL 67.8º 0.85% 0.41% -
HSV(B) 67.8º 0.92% 0.76% -
XYZ 35.74 46.72 7.62 -
YUV 165.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 170 193 16 0.12 0 0.92 0.24 67.8 0.85 0.41
Hex AA C1 10 C 0 5C 18 44 55 29
Octal 252 301 20 14 0 134 30 104 125 51
Binary 10101010 11000001 10000 1100 0 1011100 11000 1000100 1010101 101001

Color Harmonies of #AAC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC110

Black with #AAC110

Text Example


Text Example

White with #AAC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC110; }

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

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

background-color css

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

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

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

border-color css

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

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

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