Html Css Color HEX #AECC2E Bahia

📋 copy color: '#AECC2E'

red 174 ◦ green 204 ◦ blue 46

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

Shades of Bahia #AECC2E

Tints of Bahia #AECC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 41.04%
G = 48.11%
B = 10.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#AECC2E (or 0xAECC2E) is known color: Bahia. HEX triplet: AE, CC and 2E. RGB value is (174,204,46). Sum of RGB (Red+Green+Blue) = 174+204+46=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC2E is #5133D1. Grayscale: #B1B1B1. Windows color (decimal): -5321682 or 3067054. OLE color: 3067054.

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

Color convert

RGB 174 204 46 -
CMYK 0.15 0 0.77 0.2
HSL 71.39º 0.63% 0.49% -
HSV(B) 71.39º 0.77% 0.8% -
XYZ 39.54 52.38 10.61 -
YUV 177.02 54.06 125.85 -
System Red Green Blue C M Y K H S L
Decimal 174 204 46 0.15 0 0.77 0.2 71.39 0.63 0.49
Hex AE CC 2E F 0 4D 14 47 3F 31
Octal 256 314 56 17 0 115 24 107 77 61
Binary 10101110 11001100 101110 1111 0 1001101 10100 1000111 111111 110001

Color Harmonies of #AECC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC2E

Black with #AECC2E

Text Example


Text Example

White with #AECC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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