Html Css Color HEX #AEC212 Bahia

📋 copy color: '#AEC212'

red 174 ◦ green 194 ◦ blue 18

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

Shades of Bahia #AEC212

Tints of Bahia #AEC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 45.08%
G = 50.26%
B = 4.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AEC212 (or 0xAEC212) is known color: Bahia. HEX triplet: AE, C2 and 12. RGB value is (174,194,18). Sum of RGB (Red+Green+Blue) = 174+194+18=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC212 is #513DED. Grayscale: #A8A8A8. Windows color (decimal): -5324270 or 1229486. OLE color: 1229486.

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

Color convert

RGB 174 194 18 -
CMYK 0.10 0 0.91 0.24
HSL 66.82º 0.83% 0.42% -
HSV(B) 66.82º 0.91% 0.76% -
XYZ 36.86 47.63 7.82 -
YUV 167.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 174 194 18 0.10 0 0.91 0.24 66.82 0.83 0.42
Hex AE C2 12 A 0 5B 18 43 53 2A
Octal 256 302 22 12 0 133 30 103 123 52
Binary 10101110 11000010 10010 1010 0 1011011 11000 1000011 1010011 101010

Color Harmonies of #AEC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC212

Black with #AEC212

Text Example


Text Example

White with #AEC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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