Html Css Color HEX #AACC1F Bahia

📋 copy color: '#AACC1F'

red 170 ◦ green 204 ◦ blue 31

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

Shades of Bahia #AACC1F

Tints of Bahia #AACC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.65%

R = 41.98%
G = 50.37%
B = 7.65%

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

#AACC1F (or 0xAACC1F) is known color: Bahia. HEX triplet: AA, CC and 1F. RGB value is (170,204,31). Sum of RGB (Red+Green+Blue) = 170+204+31=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC1F is #5533E0. Grayscale: #AEAEAE. Windows color (decimal): -5583841 or 2084010. OLE color: 2084010.

HSL color Cylindrical-coordinate representation of color #AACC1F: hue angle of 71.79º 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 #AACC1F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 31 -
CMYK 0.17 0 0.85 0.2
HSL 71.79º 0.74% 0.46% -
HSV(B) 71.79º 0.85% 0.8% -
XYZ 38.42 51.83 9.28 -
YUV 174.11 47.24 125.07 -
System Red Green Blue C M Y K H S L
Decimal 170 204 31 0.17 0 0.85 0.2 71.79 0.74 0.46
Hex AA CC 1F 11 0 55 14 48 4A 2E
Octal 252 314 37 21 0 125 24 110 112 56
Binary 10101010 11001100 11111 10001 0 1010101 10100 1001000 1001010 101110

Color Harmonies of #AACC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC1F

Black with #AACC1F

Text Example


Text Example

White with #AACC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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