Html Css Color HEX #AECE28 Bahia

📋 copy color: '#AECE28'

red 174 ◦ green 206 ◦ blue 40

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

Shades of Bahia #AECE28

Tints of Bahia #AECE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.05%

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

R = 41.43%
G = 49.05%
B = 9.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#AECE28 (or 0xAECE28) is known color: Bahia. HEX triplet: AE, CE and 28. RGB value is (174,206,40). Sum of RGB (Red+Green+Blue) = 174+206+40=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE28 is #5131D7. Grayscale: #B2B2B2. Windows color (decimal): -5321176 or 2674350. OLE color: 2674350.

HSL color Cylindrical-coordinate representation of color #AECE28: hue angle of 71.57º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AECE28 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 40 -
CMYK 0.16 0 0.81 0.19
HSL 71.57º 0.67% 0.48% -
HSV(B) 71.57º 0.81% 0.81% -
XYZ 39.91 53.29 10.19 -
YUV 177.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 174 206 40 0.16 0 0.81 0.19 71.57 0.67 0.48
Hex AE CE 28 10 0 51 13 48 43 30
Octal 256 316 50 20 0 121 23 110 103 60
Binary 10101110 11001110 101000 10000 0 1010001 10011 1001000 1000011 110000

Color Harmonies of #AECE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE28

Black with #AECE28

Text Example


Text Example

White with #AECE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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