#AED661

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

Shades of Conifer #AED661

Tints of Conifer #AED661

Color information

#AED661 (or 0xAED661) is unknown color: approx Conifer. HEX triplet: AE, D6 and 61. RGB value is (174,214,97). Sum of RGB (Red+Green+Blue) = 174+214+97=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #AED661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED661 is #51299E. Grayscale: #BDBDBD. Windows color (decimal): -5319071 or 6411950. OLE color: 6411950.

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

Color convert

RGB17421497-
CMYK0.1900.550.16
HSL80.51º58.79%60.98%-
HSV(B)80.51º54.67%83.92%-
XYZ43.6657.9520.19-
YUV188.776.25117.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 97 (38.28% from 255) = 20%
R=35.88%
G=44.12%
B=20%

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
Decimal174214970.1900.550.1680.5158.7960.98
HexAED6611303710513b3d
Octal25632614123067201217375
Binary10101110110101101100001100110110111100001010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED661; }

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

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

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

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

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

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

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

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