Html Css Color HEX #AEC028 Bahia

📋 copy color: '#AEC028'

red 174 ◦ green 192 ◦ blue 40

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

Shades of Bahia #AEC028

Tints of Bahia #AEC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 42.86%
G = 47.29%
B = 9.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#AEC028 (or 0xAEC028) is known color: Bahia. HEX triplet: AE, C0 and 28. RGB value is (174,192,40). Sum of RGB (Red+Green+Blue) = 174+192+40=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC028 is #513FD7. Grayscale: #A9A9A9. Windows color (decimal): -5324760 or 2670766. OLE color: 2670766.

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

Color convert

RGB 174 192 40 -
CMYK 0.09 0 0.79 0.25
HSL 67.11º 0.66% 0.45% -
HSV(B) 67.11º 0.79% 0.75% -
XYZ 36.69 46.85 9.12 -
YUV 169.29 55.04 131.36 -
System Red Green Blue C M Y K H S L
Decimal 174 192 40 0.09 0 0.79 0.25 67.11 0.66 0.45
Hex AE C0 28 9 0 4F 19 43 42 2D
Octal 256 300 50 11 0 117 31 103 102 55
Binary 10101110 11000000 101000 1001 0 1001111 11001 1000011 1000010 101101

Color Harmonies of #AEC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC028

Black with #AEC028

Text Example


Text Example

White with #AEC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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