#AED25D

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

Shades of Conifer #AED25D

Tints of Conifer #AED25D

Color information

#AED25D (or 0xAED25D) is unknown color: approx Conifer. HEX triplet: AE, D2 and 5D. RGB value is (174,210,93). Sum of RGB (Red+Green+Blue) = 174+210+93=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #AED25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED25D is #512DA2. Grayscale: #BABABA. Windows color (decimal): -5320099 or 6148782. OLE color: 6148782.

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

Color convert

RGB17421093-
CMYK0.1700.560.18
HSL78.46º56.52%59.41%-
HSV(B)78.46º55.71%82.35%-
XYZ42.4855.8818.9-
YUV185.975.57119.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=36.48%
G=44.03%
B=19.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174210930.1700.560.1878.4656.5259.41
HexAED25D11038124e393b
Octal25632213521070221167173
Binary10101110110100101011101100010111000100101001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED25D; }

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

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

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

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

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

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

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

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