Html Css Color HEX #AECD26 Bahia

📋 copy color: '#AECD26'

red 174 ◦ green 205 ◦ blue 38

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

Shades of Bahia #AECD26

Tints of Bahia #AECD26

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.16%

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 41.73%
G = 49.16%
B = 9.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#AECD26 (or 0xAECD26) is known color: Bahia. HEX triplet: AE, CD and 26. RGB value is (174,205,38). Sum of RGB (Red+Green+Blue) = 174+205+38=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD26 is #5132D9. Grayscale: #B1B1B1. Windows color (decimal): -5321434 or 2543022. OLE color: 2543022.

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

Color convert

RGB 174 205 38 -
CMYK 0.15 0 0.81 0.20
HSL 71.14º 0.69% 0.48% -
HSV(B) 71.14º 0.81% 0.8% -
XYZ 39.64 52.8 9.94 -
YUV 176.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 174 205 38 0.15 0 0.81 0.20 71.14 0.69 0.48
Hex AE CD 26 F 0 51 14 47 45 30
Octal 256 315 46 17 0 121 24 107 105 60
Binary 10101110 11001101 100110 1111 0 1010001 10100 1000111 1000101 110000

Color Harmonies of #AECD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD26

Black with #AECD26

Text Example


Text Example

White with #AECD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD26; }

 p { color: rgb(174,205,38); }

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

background-color css

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

 a { background-color: rgb(174,205,38); }

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

border-color css

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

 span { border-color: rgb(174,205,38); }

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