Html Css Color HEX #AECD22 Bahia

📋 copy color: '#AECD22'

red 174 ◦ green 205 ◦ blue 34

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

Shades of Bahia #AECD22

Tints of Bahia #AECD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.23%

R = 42.13%
G = 49.64%
B = 8.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#AECD22 (or 0xAECD22) is known color: Bahia. HEX triplet: AE, CD and 22. RGB value is (174,205,34). Sum of RGB (Red+Green+Blue) = 174+205+34=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD22 is #5132DD. Grayscale: #B0B0B0. Windows color (decimal): -5321438 or 2280878. OLE color: 2280878.

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

Color convert

RGB 174 205 34 -
CMYK 0.15 0 0.83 0.20
HSL 70.88º 0.72% 0.47% -
HSV(B) 70.88º 0.83% 0.8% -
XYZ 39.58 52.78 9.61 -
YUV 176.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 174 205 34 0.15 0 0.83 0.20 70.88 0.72 0.47
Hex AE CD 22 F 0 53 14 47 48 2F
Octal 256 315 42 17 0 123 24 107 110 57
Binary 10101110 11001101 100010 1111 0 1010011 10100 1000111 1001000 101111

Color Harmonies of #AECD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD22

Black with #AECD22

Text Example


Text Example

White with #AECD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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