#ADF15C

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

Shades of Conifer #ADF15C

Tints of Conifer #ADF15C

Color information

#ADF15C (or 0xADF15C) is unknown color: approx Conifer. HEX triplet: AD, F1 and 5C. RGB value is (173,241,92). Sum of RGB (Red+Green+Blue) = 173+241+92=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF15C is #520EA3. Grayscale: #CCCCCC. Windows color (decimal): -5377700 or 6091181. OLE color: 6091181.

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

Color convert

RGB17324192-
CMYK0.2800.620.05
HSL87.38º84.18%65.29%-
HSV(B)87.38º61.83%94.51%-
XYZ50.6272.5721.46-
YUV203.6864.97106.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=34.19%
G=47.63%
B=18.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173241920.2800.620.0587.3884.1865.29
HexADF15C1C03E5575441
Octal255361134340765127124101
Binary10101101111100011011100111000111110101101011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF15C; }

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

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

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

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

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

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

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

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