Html Css Color HEX #AACC27 Bahia

📋 copy color: '#AACC27'

red 170 ◦ green 204 ◦ blue 39

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

Shades of Bahia #AACC27

Tints of Bahia #AACC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 41.16%
G = 49.39%
B = 9.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#AACC27 (or 0xAACC27) is known color: Bahia. HEX triplet: AA, CC and 27. RGB value is (170,204,39). Sum of RGB (Red+Green+Blue) = 170+204+39=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC27 is #5533D8. Grayscale: #AFAFAF. Windows color (decimal): -5583833 or 2608298. OLE color: 2608298.

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

Color convert

RGB 170 204 39 -
CMYK 0.17 0 0.81 0.2
HSL 72.36º 0.68% 0.48% -
HSV(B) 72.36º 0.81% 0.8% -
XYZ 38.54 51.88 9.9 -
YUV 175.02 51.24 124.42 -
System Red Green Blue C M Y K H S L
Decimal 170 204 39 0.17 0 0.81 0.2 72.36 0.68 0.48
Hex AA CC 27 11 0 51 14 48 44 30
Octal 252 314 47 21 0 121 24 110 104 60
Binary 10101010 11001100 100111 10001 0 1010001 10100 1001000 1000100 110000

Color Harmonies of #AACC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC27

Black with #AACC27

Text Example


Text Example

White with #AACC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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