Html Css Color HEX #AEC918 Bahia

📋 copy color: '#AEC918'

red 174 ◦ green 201 ◦ blue 24

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

Shades of Bahia #AEC918

Tints of Bahia #AEC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.38%

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

R = 43.61%
G = 50.38%
B = 6.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#AEC918 (or 0xAEC918) is known color: Bahia. HEX triplet: AE, C9 and 18. RGB value is (174,201,24). Sum of RGB (Red+Green+Blue) = 174+201+24=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC918 is #5136E7. Grayscale: #ADADAD. Windows color (decimal): -5322472 or 1624494. OLE color: 1624494.

HSL color Cylindrical-coordinate representation of color #AEC918: hue angle of 69.15º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC918 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 24 -
CMYK 0.13 0 0.88 0.21
HSL 69.15º 0.79% 0.44% -
HSV(B) 69.15º 0.88% 0.79% -
XYZ 38.51 50.84 8.65 -
YUV 172.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 174 201 24 0.13 0 0.88 0.21 69.15 0.79 0.44
Hex AE C9 18 D 0 58 15 45 4F 2C
Octal 256 311 30 15 0 130 25 105 117 54
Binary 10101110 11001001 11000 1101 0 1011000 10101 1000101 1001111 101100

Color Harmonies of #AEC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC918

Black with #AEC918

Text Example


Text Example

White with #AEC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC918; }

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

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

background-color css

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

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

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

border-color css

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

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

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