#AEED65

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

Shades of Conifer #AEED65

Tints of Conifer #AEED65

Color information

#AEED65 (or 0xAEED65) is unknown color: approx Conifer. HEX triplet: AE, ED and 65. RGB value is (174,237,101). Sum of RGB (Red+Green+Blue) = 174+237+101=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED65 is #51129A. Grayscale: #CBCBCB. Windows color (decimal): -5313179 or 6679982. OLE color: 6679982.

HSL color Cylindrical-coordinate representation of color #AEED65: hue angle of 87.79º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEED65 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB174237101-
CMYK0.2700.570.07
HSL87.79º79.07%66.27%-
HSV(B)87.79º57.38%92.94%-
XYZ50.0970.5123.28-
YUV202.6670.63107.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 101 (39.84% from 255) = 19.73%
R=33.98%
G=46.29%
B=19.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371010.2700.570.0787.7979.0766.27
HexAEED651B0397584f42
Octal256355145330717130117102
Binary10101110111011011100101110110111001111101100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED65; }

 p { color: rgb(174,237,101); }

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

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

 a { background-color: rgb(174,237,101); }

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

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

 span { border-color: rgb(174,237,101); }

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