#AEDE60

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

Shades of Conifer #AEDE60

Tints of Conifer #AEDE60

Color information

#AEDE60 (or 0xAEDE60) is unknown color: approx Conifer. HEX triplet: AE, DE and 60. RGB value is (174,222,96). Sum of RGB (Red+Green+Blue) = 174+222+96=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE60 is #51219F. Grayscale: #C1C1C1. Windows color (decimal): -5317024 or 6348462. OLE color: 6348462.

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

Color convert

RGB17422296-
CMYK0.2200.570.13
HSL82.86º65.62%62.35%-
HSV(B)82.86º56.76%87.06%-
XYZ45.6962.0920.64-
YUV193.2873.1114.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=35.37%
G=45.12%
B=19.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174222960.2200.570.1382.8665.6262.35
HexAEDE6016039D53423e
Octal256336140260711512310276
Binary10101110110111101100000101100111001110110100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE60; }

 p { color: rgb(174,222,96); }

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

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

 a { background-color: rgb(174,222,96); }

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

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

 span { border-color: rgb(174,222,96); }

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