Html Css Color HEX #AECC28 Bahia

📋 copy color: '#AECC28'

red 174 ◦ green 204 ◦ blue 40

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

Shades of Bahia #AECC28

Tints of Bahia #AECC28

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 41.63%
G = 48.8%
B = 9.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#AECC28 (or 0xAECC28) is known color: Bahia. HEX triplet: AE, CC and 28. RGB value is (174,204,40). Sum of RGB (Red+Green+Blue) = 174+204+40=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC28 is #5133D7. Grayscale: #B0B0B0. Windows color (decimal): -5321688 or 2673838. OLE color: 2673838.

HSL color Cylindrical-coordinate representation of color #AECC28: hue angle of 70.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECC28 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 40 -
CMYK 0.15 0 0.80 0.2
HSL 70.98º 0.67% 0.48% -
HSV(B) 70.98º 0.8% 0.8% -
XYZ 39.43 52.34 10.03 -
YUV 176.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 174 204 40 0.15 0 0.80 0.2 70.98 0.67 0.48
Hex AE CC 28 F 0 50 14 47 43 30
Octal 256 314 50 17 0 120 24 107 103 60
Binary 10101110 11001100 101000 1111 0 1010000 10100 1000111 1000011 110000

Color Harmonies of #AECC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC28

Black with #AECC28

Text Example


Text Example

White with #AECC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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