Html Css Color HEX #AEC218 Bahia

📋 copy color: '#AEC218'

red 174 ◦ green 194 ◦ blue 24

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

Shades of Bahia #AEC218

Tints of Bahia #AEC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.49%

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

R = 44.39%
G = 49.49%
B = 6.12%

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

#AEC218 (or 0xAEC218) is known color: Bahia. HEX triplet: AE, C2 and 18. RGB value is (174,194,24). Sum of RGB (Red+Green+Blue) = 174+194+24=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC218 is #513DE7. Grayscale: #A9A9A9. Windows color (decimal): -5324264 or 1622702. OLE color: 1622702.

HSL color Cylindrical-coordinate representation of color #AEC218: hue angle of 67.06º 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 #AEC218 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 24 -
CMYK 0.10 0 0.88 0.24
HSL 67.06º 0.78% 0.43% -
HSV(B) 67.06º 0.88% 0.76% -
XYZ 36.91 47.65 8.12 -
YUV 168.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 174 194 24 0.10 0 0.88 0.24 67.06 0.78 0.43
Hex AE C2 18 A 0 58 18 43 4E 2B
Octal 256 302 30 12 0 130 30 103 116 53
Binary 10101110 11000010 11000 1010 0 1011000 11000 1000011 1001110 101011

Color Harmonies of #AEC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC218

Black with #AEC218

Text Example


Text Example

White with #AEC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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