#AED841

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

Shades of Conifer #AED841

Tints of Conifer #AED841

Color information

#AED841 (or 0xAED841) is unknown color: approx Conifer. HEX triplet: AE, D8 and 41. RGB value is (174,216,65). Sum of RGB (Red+Green+Blue) = 174+216+65=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #AED841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED841 is #5127BE. Grayscale: #BABABA. Windows color (decimal): -5318591 or 4315310. OLE color: 4315310.

HSL color Cylindrical-coordinate representation of color #AED841: hue angle of 76.69º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AED841 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB17421665-
CMYK0.1900.700.15
HSL76.69º65.94%55.1%-
HSV(B)76.69º69.91%84.71%-
XYZ42.9758.4914.03-
YUV186.2359.59119.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 65 (25.78% from 255) = 14.29%
R=38.24%
G=47.47%
B=14.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216650.1900.700.1576.6965.9455.1
HexAED84113046F4d4237
Octal2563301012301061711510267
Binary101011101101100010000011001101000110111110011011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED841; }

 p { color: rgb(174,216,65); }

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

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

 a { background-color: rgb(174,216,65); }

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

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

 span { border-color: rgb(174,216,65); }

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