Html Css Color HEX #AACE0F Bahia

📋 copy color: '#AACE0F'

red 170 ◦ green 206 ◦ blue 15

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

Shades of Bahia #AACE0F

Tints of Bahia #AACE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 43.48%
G = 52.69%
B = 3.84%

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

#AACE0F (or 0xAACE0F) is known color: Bahia. HEX triplet: AA, CE and 0F. RGB value is (170,206,15). Sum of RGB (Red+Green+Blue) = 170+206+15=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE0F is #5531F0. Grayscale: #AEAEAE. Windows color (decimal): -5583345 or 1035946. OLE color: 1035946.

HSL color Cylindrical-coordinate representation of color #AACE0F: hue angle of 71.31º degrees, saturation: 0.86, 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 #AACE0F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 15 -
CMYK 0.17 0 0.93 0.19
HSL 71.31º 0.86% 0.43% -
HSV(B) 71.31º 0.93% 0.81% -
XYZ 38.74 52.72 8.59 -
YUV 173.46 38.57 125.53 -
System Red Green Blue C M Y K H S L
Decimal 170 206 15 0.17 0 0.93 0.19 71.31 0.86 0.43
Hex AA CE F 11 0 5D 13 47 56 2B
Octal 252 316 17 21 0 135 23 107 126 53
Binary 10101010 11001110 1111 10001 0 1011101 10011 1000111 1010110 101011

Color Harmonies of #AACE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE0F

Black with #AACE0F

Text Example


Text Example

White with #AACE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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