Html Css Color HEX #AEC118 Bahia

📋 copy color: '#AEC118'

red 174 ◦ green 193 ◦ blue 24

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

Shades of Bahia #AEC118

Tints of Bahia #AEC118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 44.5%
G = 49.36%
B = 6.14%

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

#AEC118 (or 0xAEC118) is known color: Bahia. HEX triplet: AE, C1 and 18. RGB value is (174,193,24). Sum of RGB (Red+Green+Blue) = 174+193+24=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC118 is #513EE7. Grayscale: #A8A8A8. Windows color (decimal): -5324520 or 1622446. OLE color: 1622446.

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

Color convert

RGB 174 193 24 -
CMYK 0.10 0 0.88 0.24
HSL 66.75º 0.78% 0.43% -
HSV(B) 66.75º 0.88% 0.76% -
XYZ 36.69 47.2 8.04 -
YUV 168.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 174 193 24 0.10 0 0.88 0.24 66.75 0.78 0.43
Hex AE C1 18 A 0 58 18 43 4E 2B
Octal 256 301 30 12 0 130 30 103 116 53
Binary 10101110 11000001 11000 1010 0 1011000 11000 1000011 1001110 101011

Color Harmonies of #AEC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC118

Black with #AEC118

Text Example


Text Example

White with #AEC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC118; }

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

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

background-color css

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

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

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

border-color css

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

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

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