#AEDD5D

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

Shades of Conifer #AEDD5D

Tints of Conifer #AEDD5D

Color information

#AEDD5D (or 0xAEDD5D) is unknown color: approx Conifer. HEX triplet: AE, DD and 5D. RGB value is (174,221,93). Sum of RGB (Red+Green+Blue) = 174+221+93=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD5D is #5122A2. Grayscale: #C0C0C0. Windows color (decimal): -5317283 or 6151598. OLE color: 6151598.

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

Color convert

RGB17422193-
CMYK0.2100.580.13
HSL82.03º65.31%61.57%-
HSV(B)82.03º57.92%86.67%-
XYZ45.2961.519.84-
YUV192.3671.93114.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 93 (36.72% from 255) = 19.06%
R=35.66%
G=45.29%
B=19.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174221930.2100.580.1382.0365.3161.57
HexAEDD5D1503AD52413e
Octal256335135250721512210176
Binary10101110110111011011101101010111010110110100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD5D; }

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

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

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

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

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

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

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

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