Html Css Color HEX #AACE24 Bahia

📋 copy color: '#AACE24'

red 170 ◦ green 206 ◦ blue 36

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

Shades of Bahia #AACE24

Tints of Bahia #AACE24

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 8.74%

R = 41.26%
G = 50%
B = 8.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#AACE24 (or 0xAACE24) is known color: Bahia. HEX triplet: AA, CE and 24. RGB value is (170,206,36). Sum of RGB (Red+Green+Blue) = 170+206+36=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE24 is #5531DB. Grayscale: #B0B0B0. Windows color (decimal): -5583324 or 2412202. OLE color: 2412202.

HSL color Cylindrical-coordinate representation of color #AACE24: hue angle of 72.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AACE24 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 36 -
CMYK 0.17 0 0.83 0.19
HSL 72.71º 0.7% 0.47% -
HSV(B) 72.71º 0.83% 0.81% -
XYZ 38.97 52.82 9.81 -
YUV 175.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 170 206 36 0.17 0 0.83 0.19 72.71 0.7 0.47
Hex AA CE 24 11 0 53 13 49 46 2F
Octal 252 316 44 21 0 123 23 111 106 57
Binary 10101010 11001110 100100 10001 0 1010011 10011 1001001 1000110 101111

Color Harmonies of #AACE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE24

Black with #AACE24

Text Example


Text Example

White with #AACE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE24; }

 p { color: rgb(170,206,36); }

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

background-color css

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

 a { background-color: rgb(170,206,36); }

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

border-color css

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

 span { border-color: rgb(170,206,36); }

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