#AED369

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

Shades of Conifer #AED369

Tints of Conifer #AED369

Color information

#AED369 (or 0xAED369) is unknown color: approx Conifer. HEX triplet: AE, D3 and 69. RGB value is (174,211,105). Sum of RGB (Red+Green+Blue) = 174+211+105=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #AED369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED369 is #512C96. Grayscale: #BCBCBC. Windows color (decimal): -5319831 or 6935470. OLE color: 6935470.

HSL color Cylindrical-coordinate representation of color #AED369: hue angle of 80.94º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED369 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB174211105-
CMYK0.1800.500.17
HSL80.94º54.64%61.96%-
HSV(B)80.94º50.24%82.75%-
XYZ43.356.6122.01-
YUV187.8581.24118.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=35.51%
G=43.06%
B=21.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111050.1800.500.1780.9454.6461.96
HexAED369120321151373e
Octal25632315122062211216776
Binary10101110110100111101001100100110010100011010001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED369; }

 p { color: rgb(174,211,105); }

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

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

 a { background-color: rgb(174,211,105); }

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

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

 span { border-color: rgb(174,211,105); }

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