#AED660

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

Shades of Conifer #AED660

Tints of Conifer #AED660

Color information

#AED660 (or 0xAED660) is unknown color: approx Conifer. HEX triplet: AE, D6 and 60. RGB value is (174,214,96). Sum of RGB (Red+Green+Blue) = 174+214+96=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #AED660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED660 is #51299F. Grayscale: #BDBDBD. Windows color (decimal): -5319072 or 6346414. OLE color: 6346414.

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

Color convert

RGB17421496-
CMYK0.1900.550.16
HSL80.34º59%60.78%-
HSV(B)80.34º55.14%83.92%-
XYZ43.6157.9419.95-
YUV188.5975.75117.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=35.95%
G=44.21%
B=19.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174214960.1900.550.1680.345960.78
HexAED6601303710503b3d
Octal25632614023067201207375
Binary10101110110101101100000100110110111100001010000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED660; }

 p { color: rgb(174,214,96); }

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

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

 a { background-color: rgb(174,214,96); }

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

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

 span { border-color: rgb(174,214,96); }

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