Html Css Color HEX #10BC5D Pigment Green

📋 copy color: '#10BC5D'

red 16 ◦ green 188 ◦ blue 93

#10BC5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #10BC5D

Tints of Pigment Green #10BC5D

RGB

 RED value IS 16 (6.64% from 255) = 5.39%

 GREEN value IS 188 (73.83% from 255) = 63.3%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 5.39%
G = 63.3%
B = 31.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#10BC5D (or 0x10BC5D) is known color: 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

RGB 16 188 93 -
CMYK 0.91 0 0.51 0.26
HSL 146.86º 0.84% 0.4% -
HSV(B) 146.86º 0.91% 0.74% -
XYZ 20.17 36.87 16.41 -
YUV 125.74 109.52 49.72 -
System Red Green Blue C M Y K H S L
Decimal 16 188 93 0.91 0 0.51 0.26 146.86 0.84 0.4
Hex 10 BC 5D 5B 0 33 1A 93 54 28
Octal 20 274 135 133 0 63 32 223 124 50
Binary 10000 10111100 1011101 1011011 0 110011 11010 10010011 1010100 101000

Color Harmonies of #10BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC5D

Black with #10BC5D

Text Example


Text Example

White with #10BC5D

Text Example


Text Example

HTML Codes & Css Web 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>