#015C10

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

Shades of Green #015C10

Tints of Green #015C10

Color information

#015C10 (or 0x015C10) is unknown color: approx Green. HEX triplet: 01, 5C and 10. RGB value is (1,92,16). Sum of RGB (Red+Green+Blue) = 1+92+16=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #015C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C10 is #FEA3EF. Grayscale: #383838. Windows color (decimal): -16688112 or 1072129. OLE color: 1072129.

HSL color Cylindrical-coordinate representation of color #015C10: hue angle of 129.89º 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 #015C10 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB19216-
CMYK0.9900.830.64
HSL129.89º97.85%18.24%-
HSV(B)129.89º98.91%36.08%-
XYZ3.937.71.77-
YUV56.13105.3588.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 92 (36.33% from 255) = 84.40%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=0.92%
G=84.40%
B=14.68%

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
Decimal192160.9900.830.64129.8997.8518.24
Hex15C106305340826212
Octal113420143012310020214222
Binary1101110010000110001101010011100000010000010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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