Html Css Color HEX #AACC1C Bahia

📋 copy color: '#AACC1C'

red 170 ◦ green 204 ◦ blue 28

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

Shades of Bahia #AACC1C

Tints of Bahia #AACC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 42.29%
G = 50.75%
B = 6.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#AACC1C (or 0xAACC1C) is known color: Bahia. HEX triplet: AA, CC and 1C. RGB value is (170,204,28). Sum of RGB (Red+Green+Blue) = 170+204+28=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC1C is #5533E3. Grayscale: #AEAEAE. Windows color (decimal): -5583844 or 1887402. OLE color: 1887402.

HSL color Cylindrical-coordinate representation of color #AACC1C: hue angle of 71.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AACC1C is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 28 -
CMYK 0.17 0 0.86 0.2
HSL 71.59º 0.76% 0.45% -
HSV(B) 71.59º 0.86% 0.8% -
XYZ 38.38 51.82 9.08 -
YUV 173.77 45.74 125.31 -
System Red Green Blue C M Y K H S L
Decimal 170 204 28 0.17 0 0.86 0.2 71.59 0.76 0.45
Hex AA CC 1C 11 0 56 14 48 4C 2D
Octal 252 314 34 21 0 126 24 110 114 55
Binary 10101010 11001100 11100 10001 0 1010110 10100 1001000 1001100 101101

Color Harmonies of #AACC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC1C

Black with #AACC1C

Text Example


Text Example

White with #AACC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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