#AEDA6D

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

Shades of Conifer #AEDA6D

Tints of Conifer #AEDA6D

Color information

#AEDA6D (or 0xAEDA6D) is unknown color: approx Conifer. HEX triplet: AE, DA and 6D. RGB value is (174,218,109). Sum of RGB (Red+Green+Blue) = 174+218+109=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA6D is #512592. Grayscale: #C0C0C0. Windows color (decimal): -5318035 or 7199406. OLE color: 7199406.

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

Color convert

RGB174218109-
CMYK0.2000.50.15
HSL84.22º59.56%64.12%-
HSV(B)84.22º50%85.49%-
XYZ45.2960.2523.71-
YUV192.4280.92114.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=34.73%
G=43.51%
B=21.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181090.2000.50.1584.2259.5664.12
HexAEDA6D14032F543c40
Octal256332155240621712474100
Binary10101110110110101101101101000110010111110101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA6D; }

 p { color: rgb(174,218,109); }

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

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

 a { background-color: rgb(174,218,109); }

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

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

 span { border-color: rgb(174,218,109); }

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