#AED05E

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

Shades of Conifer #AED05E

Tints of Conifer #AED05E

Color information

#AED05E (or 0xAED05E) is unknown color: approx Conifer. HEX triplet: AE, D0 and 5E. RGB value is (174,208,94). Sum of RGB (Red+Green+Blue) = 174+208+94=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #AED05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED05E is #512FA1. Grayscale: #B9B9B9. Windows color (decimal): -5320610 or 6213806. OLE color: 6213806.

HSL color Cylindrical-coordinate representation of color #AED05E: hue angle of 77.89º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AED05E is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB17420894-
CMYK0.1600.550.18
HSL77.89º54.81%59.22%-
HSV(B)77.89º54.81%81.57%-
XYZ42.0354.9218.97-
YUV184.8476.74120.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 208 (81.64% from 255) = 43.70%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=36.55%
G=43.70%
B=19.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174208940.1600.550.1877.8954.8159.22
HexAED05E10037124e373b
Octal25632013620067221166773
Binary10101110110100001011110100000110111100101001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED05E; }

 p { color: rgb(174,208,94); }

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

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

 a { background-color: rgb(174,208,94); }

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

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

 span { border-color: rgb(174,208,94); }

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