#10BC5D

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

Shades of Pigment Green #10BC5D

Tints of Pigment Green #10BC5D

Color information

#10BC5D (or 0x10BC5D) is unknown color: approx Pigment Green. HEX triplet: 10, BC and 5D. RGB value is (16,188,93). Sum of RGB (Red+Green+Blue) = 16+188+93=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC5D is #EF43A2. Grayscale: #7D7D7D. Windows color (decimal): -15680419 or 6142992. OLE color: 6142992.

HSL color Cylindrical-coordinate representation of color #10BC5D: hue angle of 146.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC5D is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1618893-
CMYK0.9100.510.26
HSL146.86º84.31%40%-
HSV(B)146.86º91.49%73.73%-
XYZ20.1736.8716.41-
YUV125.74109.5249.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 188 (73.83% from 255) = 63.30%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=5.39%
G=63.30%
B=31.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16188930.9100.510.26146.8684.3140
Hex10BC5D5B0331A935428
Octal202741351330633222312450
Binary100001011110010111011011011011001111010100100111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10BC5D; }

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

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

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

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

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

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

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

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