#ADE75D

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

Shades of Conifer #ADE75D

Tints of Conifer #ADE75D

Color information

#ADE75D (or 0xADE75D) is unknown color: approx Conifer. HEX triplet: AD, E7 and 5D. RGB value is (173,231,93). Sum of RGB (Red+Green+Blue) = 173+231+93=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE75D is #5218A2. Grayscale: #C6C6C6. Windows color (decimal): -5380259 or 6154157. OLE color: 6154157.

HSL color Cylindrical-coordinate representation of color #ADE75D: hue angle of 85.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE75D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB17323193-
CMYK0.2500.600.09
HSL85.22º74.19%63.53%-
HSV(B)85.22º59.74%90.59%-
XYZ47.7966.8320.74-
YUV197.9368.78110.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=34.81%
G=46.48%
B=18.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal173231930.2500.600.0985.2274.1963.53
HexADE75D1903C9554a40
Octal2553471353107411125112100
Binary101011011110011110111011100101111001001101010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE75D; }

 p { color: rgb(173,231,93); }

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

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

 a { background-color: rgb(173,231,93); }

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

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

 span { border-color: rgb(173,231,93); }

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