Html Css Color HEX #AEC515 Bahia

📋 copy color: '#AEC515'

red 174 ◦ green 197 ◦ blue 21

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

Shades of Bahia #AEC515

Tints of Bahia #AEC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 44.39%
G = 50.26%
B = 5.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#AEC515 (or 0xAEC515) is known color: Bahia. HEX triplet: AE, C5 and 15. RGB value is (174,197,21). Sum of RGB (Red+Green+Blue) = 174+197+21=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC515 is #513AEA. Grayscale: #AAAAAA. Windows color (decimal): -5323499 or 1426862. OLE color: 1426862.

HSL color Cylindrical-coordinate representation of color #AEC515: hue angle of 67.84º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEC515 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 21 -
CMYK 0.12 0 0.89 0.23
HSL 67.84º 0.81% 0.43% -
HSV(B) 67.84º 0.89% 0.77% -
XYZ 37.56 48.99 8.19 -
YUV 170.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 174 197 21 0.12 0 0.89 0.23 67.84 0.81 0.43
Hex AE C5 15 C 0 59 17 44 51 2B
Octal 256 305 25 14 0 131 27 104 121 53
Binary 10101110 11000101 10101 1100 0 1011001 10111 1000100 1010001 101011

Color Harmonies of #AEC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC515

Black with #AEC515

Text Example


Text Example

White with #AEC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC515; }

 p { color: rgb(174,197,21); }

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

background-color css

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

 a { background-color: rgb(174,197,21); }

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

border-color css

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

 span { border-color: rgb(174,197,21); }

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