Html Css Color HEX #AACC1E Bahia

📋 copy color: '#AACC1E'

red 170 ◦ green 204 ◦ blue 30

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

Shades of Bahia #AACC1E

Tints of Bahia #AACC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 42.08%
G = 50.5%
B = 7.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#AACC1E (or 0xAACC1E) is known color: Bahia. HEX triplet: AA, CC and 1E. RGB value is (170,204,30). Sum of RGB (Red+Green+Blue) = 170+204+30=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC1E is #5533E1. Grayscale: #AEAEAE. Windows color (decimal): -5583842 or 2018474. OLE color: 2018474.

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

Color convert

RGB 170 204 30 -
CMYK 0.17 0 0.85 0.2
HSL 71.72º 0.74% 0.46% -
HSV(B) 71.72º 0.85% 0.8% -
XYZ 38.4 51.83 9.21 -
YUV 174 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 170 204 30 0.17 0 0.85 0.2 71.72 0.74 0.46
Hex AA CC 1E 11 0 55 14 48 4A 2E
Octal 252 314 36 21 0 125 24 110 112 56
Binary 10101010 11001100 11110 10001 0 1010101 10100 1001000 1001010 101110

Color Harmonies of #AACC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC1E

Black with #AACC1E

Text Example


Text Example

White with #AACC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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