Html Css Color HEX #AEC027 Bahia

📋 copy color: '#AEC027'

red 174 ◦ green 192 ◦ blue 39

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

Shades of Bahia #AEC027

Tints of Bahia #AEC027

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 42.96%
G = 47.41%
B = 9.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#AEC027 (or 0xAEC027) is known color: Bahia. HEX triplet: AE, C0 and 27. RGB value is (174,192,39). Sum of RGB (Red+Green+Blue) = 174+192+39=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC027 is #513FD8. Grayscale: #A9A9A9. Windows color (decimal): -5324761 or 2605230. OLE color: 2605230.

HSL color Cylindrical-coordinate representation of color #AEC027: hue angle of 67.06º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEC027 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 39 -
CMYK 0.09 0 0.80 0.25
HSL 67.06º 0.66% 0.45% -
HSV(B) 67.06º 0.8% 0.75% -
XYZ 36.67 46.84 9.03 -
YUV 169.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 174 192 39 0.09 0 0.80 0.25 67.06 0.66 0.45
Hex AE C0 27 9 0 50 19 43 42 2D
Octal 256 300 47 11 0 120 31 103 102 55
Binary 10101110 11000000 100111 1001 0 1010000 11001 1000011 1000010 101101

Color Harmonies of #AEC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC027

Black with #AEC027

Text Example


Text Example

White with #AEC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC027; }

 p { color: rgb(174,192,39); }

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

background-color css

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

 a { background-color: rgb(174,192,39); }

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

border-color css

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

 span { border-color: rgb(174,192,39); }

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