#AEDD44

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

Shades of Conifer #AEDD44

Tints of Conifer #AEDD44

Color information

#AEDD44 (or 0xAEDD44) is unknown color: approx Conifer. HEX triplet: AE, DD and 44. RGB value is (174,221,68). Sum of RGB (Red+Green+Blue) = 174+221+68=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD44 is #5122BB. Grayscale: #BEBEBE. Windows color (decimal): -5317308 or 4513198. OLE color: 4513198.

HSL color Cylindrical-coordinate representation of color #AEDD44: hue angle of 78.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEDD44 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB17422168-
CMYK0.2100.690.13
HSL78.43º69.23%56.67%-
HSV(B)78.43º69.23%86.67%-
XYZ44.3661.1314.93-
YUV189.559.43116.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 221 (86.72% from 255) = 47.73%
BLUE value IS 68 (26.95% from 255) = 14.69%
R=37.58%
G=47.73%
B=14.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174221680.2100.690.1378.4369.2356.67
HexAEDD4415045D4e4539
Octal2563351042501051511610571
Binary101011101101110110001001010101000101110110011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD44; }

 p { color: rgb(174,221,68); }

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

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

 a { background-color: rgb(174,221,68); }

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

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

 span { border-color: rgb(174,221,68); }

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