#ADE061

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

Shades of Conifer #ADE061

Tints of Conifer #ADE061

Color information

#ADE061 (or 0xADE061) is unknown color: approx Conifer. HEX triplet: AD, E0 and 61. RGB value is (173,224,97). Sum of RGB (Red+Green+Blue) = 173+224+97=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE061 is #521F9E. Grayscale: #C2C2C2. Windows color (decimal): -5382047 or 6414509. OLE color: 6414509.

HSL color Cylindrical-coordinate representation of color #ADE061: hue angle of 84.09º degrees, saturation: 0.67, 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 #ADE061 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB17322497-
CMYK0.2300.570.12
HSL84.09º67.2%62.94%-
HSV(B)84.09º56.7%87.84%-
XYZ46.0563.0621.05-
YUV194.2773.1112.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 97 (38.28% from 255) = 19.64%
R=35.02%
G=45.34%
B=19.64%

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
Decimal173224970.2300.570.1284.0967.262.94
HexADE06117039C54433f
Octal255340141270711412410377
Binary10101101111000001100001101110111001110010101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE061; }

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

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

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

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

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

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

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

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