Html Css Color HEX #AACE0E Bahia

📋 copy color: '#AACE0E'

red 170 ◦ green 206 ◦ blue 14

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

Shades of Bahia #AACE0E

Tints of Bahia #AACE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.59%

R = 43.59%
G = 52.82%
B = 3.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#AACE0E (or 0xAACE0E) is known color: Bahia. HEX triplet: AA, CE and 0E. RGB value is (170,206,14). Sum of RGB (Red+Green+Blue) = 170+206+14=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE0E is #5531F1. Grayscale: #AEAEAE. Windows color (decimal): -5583346 or 970410. OLE color: 970410.

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

Color convert

RGB 170 206 14 -
CMYK 0.17 0 0.93 0.19
HSL 71.25º 0.87% 0.43% -
HSV(B) 71.25º 0.93% 0.81% -
XYZ 38.73 52.72 8.55 -
YUV 173.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 170 206 14 0.17 0 0.93 0.19 71.25 0.87 0.43
Hex AA CE E 11 0 5D 13 47 57 2B
Octal 252 316 16 21 0 135 23 107 127 53
Binary 10101010 11001110 1110 10001 0 1011101 10011 1000111 1010111 101011

Color Harmonies of #AACE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE0E

Black with #AACE0E

Text Example


Text Example

White with #AACE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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