#AEDA61

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

Shades of Conifer #AEDA61

Tints of Conifer #AEDA61

Color information

#AEDA61 (or 0xAEDA61) is unknown color: approx Conifer. HEX triplet: AE, DA and 61. RGB value is (174,218,97). Sum of RGB (Red+Green+Blue) = 174+218+97=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA61 is #51259E. Grayscale: #BFBFBF. Windows color (decimal): -5318047 or 6412974. OLE color: 6412974.

HSL color Cylindrical-coordinate representation of color #AEDA61: hue angle of 81.82º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEDA61 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB17421897-
CMYK0.2000.560.15
HSL81.82º62.05%61.76%-
HSV(B)81.82º55.5%85.49%-
XYZ44.686020.54-
YUV191.0574.92115.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=35.58%
G=44.58%
B=19.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174218970.2000.560.1581.8262.0561.76
HexAEDA6114038F523e3e
Octal25633214124070171227676
Binary1010111011011010110000110100011100011111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA61; }

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

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

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

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

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

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

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

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