#AED261

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

Shades of Conifer #AED261

Tints of Conifer #AED261

Color information

#AED261 (or 0xAED261) is unknown color: approx Conifer. HEX triplet: AE, D2 and 61. RGB value is (174,210,97). Sum of RGB (Red+Green+Blue) = 174+210+97=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #AED261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED261 is #512D9E. Grayscale: #BABABA. Windows color (decimal): -5320095 or 6410926. OLE color: 6410926.

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

Color convert

RGB17421097-
CMYK0.1700.540.18
HSL79.12º55.67%60.2%-
HSV(B)79.12º53.81%82.35%-
XYZ42.6655.9519.86-
YUV186.3577.57119.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=36.17%
G=43.66%
B=20.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174210970.1700.540.1879.1255.6760.2
HexAED26111036124f383c
Octal25632214121066221177074
Binary10101110110100101100001100010110110100101001111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED261; }

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

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

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

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

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

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

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

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