Html Css Color HEX #AACC19 Bahia

📋 copy color: '#AACC19'

red 170 ◦ green 204 ◦ blue 25

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

Shades of Bahia #AACC19

Tints of Bahia #AACC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 42.61%
G = 51.13%
B = 6.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#AACC19 (or 0xAACC19) is known color: Bahia. HEX triplet: AA, CC and 19. RGB value is (170,204,25). Sum of RGB (Red+Green+Blue) = 170+204+25=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC19 is #5533E6. Grayscale: #AEAEAE. Windows color (decimal): -5583847 or 1690794. OLE color: 1690794.

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

Color convert

RGB 170 204 25 -
CMYK 0.17 0 0.88 0.2
HSL 71.4º 0.78% 0.45% -
HSV(B) 71.4º 0.88% 0.8% -
XYZ 38.35 51.8 8.9 -
YUV 173.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 170 204 25 0.17 0 0.88 0.2 71.4 0.78 0.45
Hex AA CC 19 11 0 58 14 47 4E 2D
Octal 252 314 31 21 0 130 24 107 116 55
Binary 10101010 11001100 11001 10001 0 1011000 10100 1000111 1001110 101101

Color Harmonies of #AACC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC19

Black with #AACC19

Text Example


Text Example

White with #AACC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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