#ADE161

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

Shades of Conifer #ADE161

Tints of Conifer #ADE161

Color information

#ADE161 (or 0xADE161) is unknown color: approx Conifer. HEX triplet: AD, E1 and 61. RGB value is (173,225,97). Sum of RGB (Red+Green+Blue) = 173+225+97=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE161 is #521E9E. Grayscale: #C3C3C3. Windows color (decimal): -5381791 or 6414765. OLE color: 6414765.

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

Color convert

RGB17322597-
CMYK0.2300.570.12
HSL84.38º68.09%63.14%-
HSV(B)84.38º56.89%88.24%-
XYZ46.3263.621.14-
YUV194.8672.77112.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=34.95%
G=45.45%
B=19.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173225970.2300.570.1284.3868.0963.14
HexADE16117039C54443f
Octal255341141270711412410477
Binary10101101111000011100001101110111001110010101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE161; }

 p { color: rgb(173,225,97); }

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

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

 a { background-color: rgb(173,225,97); }

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

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

 span { border-color: rgb(173,225,97); }

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