Html Css Color HEX #AACE26 Bahia

📋 copy color: '#AACE26'

red 170 ◦ green 206 ◦ blue 38

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

Shades of Bahia #AACE26

Tints of Bahia #AACE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.18%

R = 41.06%
G = 49.76%
B = 9.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#AACE26 (or 0xAACE26) is known color: Bahia. HEX triplet: AA, CE and 26. RGB value is (170,206,38). Sum of RGB (Red+Green+Blue) = 170+206+38=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE26 is #5531D9. Grayscale: #B0B0B0. Windows color (decimal): -5583322 or 2543274. OLE color: 2543274.

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

Color convert

RGB 170 206 38 -
CMYK 0.17 0 0.82 0.19
HSL 72.86º 0.69% 0.48% -
HSV(B) 72.86º 0.82% 0.81% -
XYZ 39 52.83 9.98 -
YUV 176.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 170 206 38 0.17 0 0.82 0.19 72.86 0.69 0.48
Hex AA CE 26 11 0 52 13 49 45 30
Octal 252 316 46 21 0 122 23 111 105 60
Binary 10101010 11001110 100110 10001 0 1010010 10011 1001001 1000101 110000

Color Harmonies of #AACE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE26

Black with #AACE26

Text Example


Text Example

White with #AACE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE26; }

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

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

background-color css

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

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

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

border-color css

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

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

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