#ADE064

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

Shades of Conifer #ADE064

Tints of Conifer #ADE064

Color information

#ADE064 (or 0xADE064) is unknown color: approx Conifer. HEX triplet: AD, E0 and 64. RGB value is (173,224,100). Sum of RGB (Red+Green+Blue) = 173+224+100=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE064 is #521F9B. Grayscale: #C3C3C3. Windows color (decimal): -5382044 or 6611117. OLE color: 6611117.

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

Color convert

RGB173224100-
CMYK0.2300.550.12
HSL84.68º66.67%63.53%-
HSV(B)84.68º55.36%87.84%-
XYZ46.1963.1221.8-
YUV194.6274.6112.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=34.81%
G=45.07%
B=20.12%

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
Decimal1732241000.2300.550.1284.6866.6763.53
HexADE06417037C554340
Octal2553401442706714125103100
Binary101011011110000011001001011101101111100101010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE064; }

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

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

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

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

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

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

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

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