#ADE063

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

Shades of Conifer #ADE063

Tints of Conifer #ADE063

Color information

#ADE063 (or 0xADE063) is unknown color: approx Conifer. HEX triplet: AD, E0 and 63. RGB value is (173,224,99). Sum of RGB (Red+Green+Blue) = 173+224+99=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE063 is #521F9C. Grayscale: #C2C2C2. Windows color (decimal): -5382045 or 6545581. OLE color: 6545581.

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

Color convert

RGB17322499-
CMYK0.2300.560.12
HSL84.48º66.84%63.33%-
HSV(B)84.48º55.8%87.84%-
XYZ46.1463.121.55-
YUV194.574.1112.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 224 (87.89% from 255) = 45.16%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=34.88%
G=45.16%
B=19.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173224990.2300.560.1284.4866.8463.33
HexADE06317038C54433f
Octal255340143270701412410377
Binary10101101111000001100011101110111000110010101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE063; }

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

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

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

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

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

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

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

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