#aed259

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

Shades of Conifer #AED259

Tints of Conifer #AED259

Color information

#AED259 (or 0xAED259) is unknown color: approx Conifer. HEX triplet: AE, D2 and 59. RGB value is (174,210,89). Sum of RGB (Red+Green+Blue) = 174+210+89=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #AED259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED259 is #512DA6. Grayscale: #B9B9B9. Windows color (decimal): -5320103 or 5886638. OLE color: 5886638.

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

Color convert

RGB17421089-
CMYK0.1700.580.18
HSL77.85º57.35%58.63%-
HSV(B)77.85º57.62%82.35%-
XYZ42.3155.8117.99-
YUV185.4473.57119.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 210 (82.42% from 255) = 44.40%
BLUE value IS 89 (35.16% from 255) = 18.82%
R=36.79%
G=44.40%
B=18.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174210890.1700.580.1877.8557.3558.63
HexAED2591103A124e393b
Octal25632213121072221167173
Binary10101110110100101011001100010111010100101001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed259; }

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

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

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

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

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

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

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

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