Html Css Color HEX #AEC228 Bahia

📋 copy color: '#AEC228'

red 174 ◦ green 194 ◦ blue 40

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

Shades of Bahia #AEC228

Tints of Bahia #AEC228

RGB

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

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

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

R = 42.65%
G = 47.55%
B = 9.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AEC228 (or 0xAEC228) is known color: Bahia. HEX triplet: AE, C2 and 28. RGB value is (174,194,40). Sum of RGB (Red+Green+Blue) = 174+194+40=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC228 is #513DD7. Grayscale: #ABABAB. Windows color (decimal): -5324248 or 2671278. OLE color: 2671278.

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

Color convert

RGB 174 194 40 -
CMYK 0.10 0 0.79 0.24
HSL 67.79º 0.66% 0.46% -
HSV(B) 67.79º 0.79% 0.76% -
XYZ 37.13 47.74 9.26 -
YUV 170.46 54.37 130.52 -
System Red Green Blue C M Y K H S L
Decimal 174 194 40 0.10 0 0.79 0.24 67.79 0.66 0.46
Hex AE C2 28 A 0 4F 18 44 42 2E
Octal 256 302 50 12 0 117 30 104 102 56
Binary 10101110 11000010 101000 1010 0 1001111 11000 1000100 1000010 101110

Color Harmonies of #AEC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC228

Black with #AEC228

Text Example


Text Example

White with #AEC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC228; }

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

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

background-color css

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

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

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

border-color css

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

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

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