Html Css Color HEX #AAC712 Bahia

📋 copy color: '#AAC712'

red 170 ◦ green 199 ◦ blue 18

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

Shades of Bahia #AAC712

Tints of Bahia #AAC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

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

R = 43.93%
G = 51.42%
B = 4.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#AAC712 (or 0xAAC712) is known color: Bahia. HEX triplet: AA, C7 and 12. RGB value is (170,199,18). Sum of RGB (Red+Green+Blue) = 170+199+18=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC712 is #5538ED. Grayscale: #AAAAAA. Windows color (decimal): -5585134 or 1230762. OLE color: 1230762.

HSL color Cylindrical-coordinate representation of color #AAC712: hue angle of 69.61º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAC712 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 18 -
CMYK 0.15 0 0.91 0.22
HSL 69.61º 0.83% 0.43% -
HSV(B) 69.61º 0.91% 0.78% -
XYZ 37.11 49.44 8.16 -
YUV 169.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 170 199 18 0.15 0 0.91 0.22 69.61 0.83 0.43
Hex AA C7 12 F 0 5B 16 46 53 2B
Octal 252 307 22 17 0 133 26 106 123 53
Binary 10101010 11000111 10010 1111 0 1011011 10110 1000110 1010011 101011

Color Harmonies of #AAC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC712

Black with #AAC712

Text Example


Text Example

White with #AAC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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