Html Css Color HEX #AEC125 Bahia

📋 copy color: '#AEC125'

red 174 ◦ green 193 ◦ blue 37

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

Shades of Bahia #AEC125

Tints of Bahia #AEC125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 43.07%
G = 47.77%
B = 9.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AEC125 (or 0xAEC125) is known color: Bahia. HEX triplet: AE, C1 and 25. RGB value is (174,193,37). Sum of RGB (Red+Green+Blue) = 174+193+37=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC125 is #513EDA. Grayscale: #AAAAAA. Windows color (decimal): -5324507 or 2474414. OLE color: 2474414.

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

Color convert

RGB 174 193 37 -
CMYK 0.10 0 0.81 0.24
HSL 67.31º 0.68% 0.45% -
HSV(B) 67.31º 0.81% 0.76% -
XYZ 36.86 47.27 8.93 -
YUV 169.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 174 193 37 0.10 0 0.81 0.24 67.31 0.68 0.45
Hex AE C1 25 A 0 51 18 43 44 2D
Octal 256 301 45 12 0 121 30 103 104 55
Binary 10101110 11000001 100101 1010 0 1010001 11000 1000011 1000100 101101

Color Harmonies of #AEC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC125

Black with #AEC125

Text Example


Text Example

White with #AEC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC125; }

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

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

background-color css

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

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

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

border-color css

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

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

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