#AECD30

Color #AECD30 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #AECD30

Tints of Yellow Green #AECD30

Color information

#AECD30 (or 0xAECD30) is unknown color: approx Yellow Green. HEX triplet: AE, CD and 30. RGB value is (174,205,48). Sum of RGB (Red+Green+Blue) = 174+205+48=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD30 is #5132CF. Grayscale: #B2B2B2. Windows color (decimal): -5321424 or 3198382. OLE color: 3198382.

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

Color convert

RGB17420548-
CMYK0.1500.770.20
HSL71.85º62.06%49.61%-
HSV(B)71.85º76.59%80.39%-
XYZ39.8252.8710.9-
YUV177.8354.73125.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 48 (19.14% from 255) = 11.24%
R=40.75%
G=48.01%
B=11.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174205480.1500.770.2071.8562.0649.61
HexAECD30F04D14483e32
Octal25631560170115241107662
Binary1010111011001101110000111101001101101001001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD30; }

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

 H1.HeaderClassName
 {
   color: #AECD30;
 }
 .AnyTagClassName
 {
   color: #AECD30;
 }
</style>
background-color css

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

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

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

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

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

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