Html Css Color HEX #AACC1D Bahia

📋 copy color: '#AACC1D'

red 170 ◦ green 204 ◦ blue 29

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

Shades of Bahia #AACC1D

Tints of Bahia #AACC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 42.18%
G = 50.62%
B = 7.2%

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

#AACC1D (or 0xAACC1D) is known color: Bahia. HEX triplet: AA, CC and 1D. RGB value is (170,204,29). Sum of RGB (Red+Green+Blue) = 170+204+29=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC1D is #5533E2. Grayscale: #AEAEAE. Windows color (decimal): -5583843 or 1952938. OLE color: 1952938.

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

Color convert

RGB 170 204 29 -
CMYK 0.17 0 0.86 0.2
HSL 71.66º 0.75% 0.46% -
HSV(B) 71.66º 0.86% 0.8% -
XYZ 38.39 51.82 9.14 -
YUV 173.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 170 204 29 0.17 0 0.86 0.2 71.66 0.75 0.46
Hex AA CC 1D 11 0 56 14 48 4B 2E
Octal 252 314 35 21 0 126 24 110 113 56
Binary 10101010 11001100 11101 10001 0 1010110 10100 1001000 1001011 101110

Color Harmonies of #AACC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC1D

Black with #AACC1D

Text Example


Text Example

White with #AACC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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