Html Css Color HEX #AEC117 Bahia

📋 copy color: '#AEC117'

red 174 ◦ green 193 ◦ blue 23

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

Shades of Bahia #AEC117

Tints of Bahia #AEC117

RGB

 RED value IS 174 (68.36% from 255) = 44.62%

 GREEN value IS 193 (75.78% from 255) = 49.49%

 BLUE value IS 23 (9.38% from 255) = 5.9%

R = 44.62%
G = 49.49%
B = 5.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#AEC117 (or 0xAEC117) is known color: Bahia. HEX triplet: AE, C1 and 17. RGB value is (174,193,23). Sum of RGB (Red+Green+Blue) = 174+193+23=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC117 is #513EE8. Grayscale: #A8A8A8. Windows color (decimal): -5324521 or 1556910. OLE color: 1556910.

HSL color Cylindrical-coordinate representation of color #AEC117: hue angle of 66.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC117 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 23 -
CMYK 0.10 0 0.88 0.24
HSL 66.71º 0.79% 0.42% -
HSV(B) 66.71º 0.88% 0.76% -
XYZ 36.68 47.2 7.99 -
YUV 167.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 174 193 23 0.10 0 0.88 0.24 66.71 0.79 0.42
Hex AE C1 17 A 0 58 18 43 4F 2A
Octal 256 301 27 12 0 130 30 103 117 52
Binary 10101110 11000001 10111 1010 0 1011000 11000 1000011 1001111 101010

Color Harmonies of #AEC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC117

Black with #AEC117

Text Example


Text Example

White with #AEC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC117; }

 p { color: rgb(174,193,23); }

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

background-color css

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

 a { background-color: rgb(174,193,23); }

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

border-color css

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

 span { border-color: rgb(174,193,23); }

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