#ADE968

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

Shades of Conifer #ADE968

Tints of Conifer #ADE968

Color information

#ADE968 (or 0xADE968) is unknown color: approx Conifer. HEX triplet: AD, E9 and 68. RGB value is (173,233,104). Sum of RGB (Red+Green+Blue) = 173+233+104=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE968 is #521697. Grayscale: #C8C8C8. Windows color (decimal): -5379736 or 6875565. OLE color: 6875565.

HSL color Cylindrical-coordinate representation of color #ADE968: hue angle of 87.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE968 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB173233104-
CMYK0.2600.550.09
HSL87.91º74.57%66.08%-
HSV(B)87.91º55.36%91.37%-
XYZ48.8768.1623.68-
YUV200.3573.62108.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 104 (41.02% from 255) = 20.39%
R=33.92%
G=45.69%
B=20.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732331040.2600.550.0987.9174.5766.08
HexADE9681A0379584b42
Octal2553511503206711130113102
Binary101011011110100111010001101001101111001101100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE968; }

 p { color: rgb(173,233,104); }

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

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

 a { background-color: rgb(173,233,104); }

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

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

 span { border-color: rgb(173,233,104); }

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