#AEDD63

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

Shades of Conifer #AEDD63

Tints of Conifer #AEDD63

Color information

#AEDD63 (or 0xAEDD63) is unknown color: approx Conifer. HEX triplet: AE, DD and 63. RGB value is (174,221,99). Sum of RGB (Red+Green+Blue) = 174+221+99=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD63 is #51229C. Grayscale: #C1C1C1. Windows color (decimal): -5317277 or 6544814. OLE color: 6544814.

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

Color convert

RGB17422199-
CMYK0.2100.550.13
HSL83.11º64.21%62.75%-
HSV(B)83.11º55.2%86.67%-
XYZ45.5661.6121.3-
YUV193.0474.93114.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=35.22%
G=44.74%
B=20.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174221990.2100.550.1383.1164.2162.75
HexAEDD6315037D53403f
Octal256335143250671512310077
Binary10101110110111011100011101010110111110110100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD63; }

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

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

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

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

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

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

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

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