#ADF15D

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

Shades of Conifer #ADF15D

Tints of Conifer #ADF15D

Color information

#ADF15D (or 0xADF15D) is unknown color: approx Conifer. HEX triplet: AD, F1 and 5D. RGB value is (173,241,93). Sum of RGB (Red+Green+Blue) = 173+241+93=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF15D is #520EA2. Grayscale: #CCCCCC. Windows color (decimal): -5377699 or 6156717. OLE color: 6156717.

HSL color Cylindrical-coordinate representation of color #ADF15D: hue angle of 87.57º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF15D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17324193-
CMYK0.2800.610.05
HSL87.57º84.09%65.49%-
HSV(B)87.57º61.41%94.51%-
XYZ50.6672.5921.7-
YUV203.865.47106.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 93 (36.72% from 255) = 18.34%
R=34.12%
G=47.53%
B=18.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173241930.2800.610.0587.5784.0965.49
HexADF15D1C03D5585441
Octal255361135340755130124101
Binary10101101111100011011101111000111101101101100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF15D; }

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

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

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

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

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

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

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

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