#015D10

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

Shades of Green #015D10

Tints of Green #015D10

Color information

#015D10 (or 0x015D10) is unknown color: approx Green. HEX triplet: 01, 5D and 10. RGB value is (1,93,16). Sum of RGB (Red+Green+Blue) = 1+93+16=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #015D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D10 is #FEA2EF. Grayscale: #383838. Windows color (decimal): -16687856 or 1072385. OLE color: 1072385.

HSL color Cylindrical-coordinate representation of color #015D10: hue angle of 129.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D10 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB19316-
CMYK0.9900.830.64
HSL129.78º97.87%18.43%-
HSV(B)129.78º98.92%36.47%-
XYZ4.027.871.8-
YUV56.71105.0288.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 93 (36.72% from 255) = 84.55%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=0.91%
G=84.55%
B=14.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193160.9900.830.64129.7897.8718.43
Hex15D106305340826212
Octal113520143012310020214222
Binary1101110110000110001101010011100000010000010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015D10; }

 p { color: rgb(1,93,16); }

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

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

 a { background-color: rgb(1,93,16); }

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

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

 span { border-color: rgb(1,93,16); }

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