Html Css Color HEX #AACC14 Bahia

📋 copy color: '#AACC14'

red 170 ◦ green 204 ◦ blue 20

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

Shades of Bahia #AACC14

Tints of Bahia #AACC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.78%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 43.15%
G = 51.78%
B = 5.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#AACC14 (or 0xAACC14) is known color: Bahia. HEX triplet: AA, CC and 14. RGB value is (170,204,20). Sum of RGB (Red+Green+Blue) = 170+204+20=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC14 is #5533EB. Grayscale: #ADADAD. Windows color (decimal): -5583852 or 1363114. OLE color: 1363114.

HSL color Cylindrical-coordinate representation of color #AACC14: hue angle of 71.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AACC14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 20 -
CMYK 0.17 0 0.90 0.2
HSL 71.09º 0.82% 0.44% -
HSV(B) 71.09º 0.9% 0.8% -
XYZ 38.3 51.78 8.64 -
YUV 172.86 41.74 125.96 -
System Red Green Blue C M Y K H S L
Decimal 170 204 20 0.17 0 0.90 0.2 71.09 0.82 0.44
Hex AA CC 14 11 0 5A 14 47 52 2C
Octal 252 314 24 21 0 132 24 107 122 54
Binary 10101010 11001100 10100 10001 0 1011010 10100 1000111 1010010 101100

Color Harmonies of #AACC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC14

Black with #AACC14

Text Example


Text Example

White with #AACC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC14; }

 p { color: rgb(170,204,20); }

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

background-color css

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

 a { background-color: rgb(170,204,20); }

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

border-color css

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

 span { border-color: rgb(170,204,20); }

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