#ADE468

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

Shades of Conifer #ADE468

Tints of Conifer #ADE468

Color information

#ADE468 (or 0xADE468) is unknown color: approx Conifer. HEX triplet: AD, E4 and 68. RGB value is (173,228,104). Sum of RGB (Red+Green+Blue) = 173+228+104=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE468 is #521B97. Grayscale: #C5C5C5. Windows color (decimal): -5381016 or 6874285. OLE color: 6874285.

HSL color Cylindrical-coordinate representation of color #ADE468: hue angle of 86.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE468 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB173228104-
CMYK0.2400.540.11
HSL86.61º69.66%65.1%-
HSV(B)86.61º54.39%89.41%-
XYZ47.4865.3723.21-
YUV197.4275.28110.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 228 (89.45% from 255) = 45.15%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=34.26%
G=45.15%
B=20.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732281040.2400.540.1186.6169.6665.1
HexADE46818036B574641
Octal2553441503006613127106101
Binary101011011110010011010001100001101101011101011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE468; }

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

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

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

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

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

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

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

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