#ADE065

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

Shades of Conifer #ADE065

Tints of Conifer #ADE065

Color information

#ADE065 (or 0xADE065) is unknown color: approx Conifer. HEX triplet: AD, E0 and 65. RGB value is (173,224,101). Sum of RGB (Red+Green+Blue) = 173+224+101=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE065 is #521F9A. Grayscale: #C3C3C3. Windows color (decimal): -5382043 or 6676653. OLE color: 6676653.

HSL color Cylindrical-coordinate representation of color #ADE065: hue angle of 84.88º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE065 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB173224101-
CMYK0.2300.550.12
HSL84.88º66.49%63.73%-
HSV(B)84.88º54.91%87.84%-
XYZ46.2463.1422.06-
YUV194.7375.1112.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 101 (39.84% from 255) = 20.28%
R=34.74%
G=44.98%
B=20.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732241010.2300.550.1284.8866.4963.73
HexADE06517037C554240
Octal2553401452706714125102100
Binary101011011110000011001011011101101111100101010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE065; }

 p { color: rgb(173,224,101); }

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

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

 a { background-color: rgb(173,224,101); }

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

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

 span { border-color: rgb(173,224,101); }

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