Html Css Color HEX #AAC10E Bahia

📋 copy color: '#AAC10E'

red 170 ◦ green 193 ◦ blue 14

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

Shades of Bahia #AAC10E

Tints of Bahia #AAC10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 45.09%
G = 51.19%
B = 3.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#AAC10E (or 0xAAC10E) is known color: Bahia. HEX triplet: AA, C1 and 0E. RGB value is (170,193,14). Sum of RGB (Red+Green+Blue) = 170+193+14=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC10E is #553EF1. Grayscale: #A6A6A6. Windows color (decimal): -5586674 or 967082. OLE color: 967082.

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

Color convert

RGB 170 193 14 -
CMYK 0.12 0 0.93 0.24
HSL 67.71º 0.86% 0.41% -
HSV(B) 67.71º 0.93% 0.76% -
XYZ 35.73 46.72 7.55 -
YUV 165.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 170 193 14 0.12 0 0.93 0.24 67.71 0.86 0.41
Hex AA C1 E C 0 5D 18 44 56 29
Octal 252 301 16 14 0 135 30 104 126 51
Binary 10101010 11000001 1110 1100 0 1011101 11000 1000100 1010110 101001

Color Harmonies of #AAC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC10E

Black with #AAC10E

Text Example


Text Example

White with #AAC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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