#AEDB65

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

Shades of Conifer #AEDB65

Tints of Conifer #AEDB65

Color information

#AEDB65 (or 0xAEDB65) is unknown color: approx Conifer. HEX triplet: AE, DB and 65. RGB value is (174,219,101). Sum of RGB (Red+Green+Blue) = 174+219+101=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB65 is #51249A. Grayscale: #C0C0C0. Windows color (decimal): -5317787 or 6675374. OLE color: 6675374.

HSL color Cylindrical-coordinate representation of color #AEDB65: hue angle of 82.88º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEDB65 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB174219101-
CMYK0.2100.540.14
HSL82.88º62.11%62.75%-
HSV(B)82.88º53.88%85.88%-
XYZ45.1460.621.63-
YUV192.0976.59115.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=35.22%
G=44.33%
B=20.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191010.2100.540.1482.8862.1162.75
HexAEDB6515036E533e3f
Octal25633314525066161237677
Binary1010111011011011110010110101011011011101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB65; }

 p { color: rgb(174,219,101); }

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

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

 a { background-color: rgb(174,219,101); }

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

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

 span { border-color: rgb(174,219,101); }

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