Html Css Color HEX #AACE14 Bahia

📋 copy color: '#AACE14'

red 170 ◦ green 206 ◦ blue 20

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

Shades of Bahia #AACE14

Tints of Bahia #AACE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 42.93%
G = 52.02%
B = 5.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#AACE14 (or 0xAACE14) is known color: Bahia. HEX triplet: AA, CE and 14. RGB value is (170,206,20). Sum of RGB (Red+Green+Blue) = 170+206+20=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE14 is #5531EB. Grayscale: #AEAEAE. Windows color (decimal): -5583340 or 1363626. OLE color: 1363626.

HSL color Cylindrical-coordinate representation of color #AACE14: hue angle of 71.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AACE14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 20 -
CMYK 0.17 0 0.90 0.19
HSL 71.61º 0.82% 0.44% -
HSV(B) 71.61º 0.9% 0.81% -
XYZ 38.78 52.74 8.8 -
YUV 174.03 41.07 125.12 -
System Red Green Blue C M Y K H S L
Decimal 170 206 20 0.17 0 0.90 0.19 71.61 0.82 0.44
Hex AA CE 14 11 0 5A 13 48 52 2C
Octal 252 316 24 21 0 132 23 110 122 54
Binary 10101010 11001110 10100 10001 0 1011010 10011 1001000 1010010 101100

Color Harmonies of #AACE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE14

Black with #AACE14

Text Example


Text Example

White with #AACE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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