#AED05D

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

Shades of Conifer #AED05D

Tints of Conifer #AED05D

Color information

#AED05D (or 0xAED05D) is unknown color: approx Conifer. HEX triplet: AE, D0 and 5D. RGB value is (174,208,93). Sum of RGB (Red+Green+Blue) = 174+208+93=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #AED05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED05D is #512FA2. Grayscale: #B9B9B9. Windows color (decimal): -5320611 or 6148270. OLE color: 6148270.

HSL color Cylindrical-coordinate representation of color #AED05D: hue angle of 77.74º 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 #AED05D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB17420893-
CMYK0.1600.550.18
HSL77.74º55.02%59.02%-
HSV(B)77.74º55.29%81.57%-
XYZ41.9954.918.74-
YUV184.7276.24120.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=36.63%
G=43.79%
B=19.58%

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
Decimal174208930.1600.550.1877.7455.0259.02
HexAED05D10037124e373b
Octal25632013520067221166773
Binary10101110110100001011101100000110111100101001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED05D; }

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

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

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

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

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

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

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

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