#AED968

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

Shades of Conifer #AED968

Tints of Conifer #AED968

Color information

#AED968 (or 0xAED968) is unknown color: approx Conifer. HEX triplet: AE, D9 and 68. RGB value is (174,217,104). Sum of RGB (Red+Green+Blue) = 174+217+104=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #AED968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED968 is #512697. Grayscale: #BFBFBF. Windows color (decimal): -5318296 or 6871470. OLE color: 6871470.

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

Color convert

RGB174217104-
CMYK0.2000.520.15
HSL82.83º59.79%62.94%-
HSV(B)82.83º52.07%85.1%-
XYZ44.7759.6222.25-
YUV191.2678.75115.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=35.15%
G=43.84%
B=21.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171040.2000.520.1582.8359.7962.94
HexAED96814034F533c3f
Octal25633115024064171237477
Binary1010111011011001110100010100011010011111010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED968; }

 p { color: rgb(174,217,104); }

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

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

 a { background-color: rgb(174,217,104); }

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

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

 span { border-color: rgb(174,217,104); }

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