Html Css Color HEX #10BC58 Pigment Green

📋 copy color: '#10BC58'

red 16 ◦ green 188 ◦ blue 88

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

Shades of Pigment Green #10BC58

Tints of Pigment Green #10BC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 5.48%
G = 64.38%
B = 30.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#10BC58 (or 0x10BC58) is known color: Pigment Green. HEX triplet: 10, BC and 58. RGB value is (16,188,88). Sum of RGB (Red+Green+Blue) = 16+188+88=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC58 is #EF43A7. Grayscale: #7D7D7D. Windows color (decimal): -15680424 or 5815312. OLE color: 5815312.

HSL color Cylindrical-coordinate representation of color #10BC58: hue angle of 145.12º 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 #10BC58 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 88 -
CMYK 0.91 0 0.53 0.26
HSL 145.12º 0.84% 0.4% -
HSV(B) 145.12º 0.91% 0.74% -
XYZ 19.96 36.78 15.28 -
YUV 125.17 107.02 50.13 -
System Red Green Blue C M Y K H S L
Decimal 16 188 88 0.91 0 0.53 0.26 145.12 0.84 0.4
Hex 10 BC 58 5B 0 35 1A 91 54 28
Octal 20 274 130 133 0 65 32 221 124 50
Binary 10000 10111100 1011000 1011011 0 110101 11010 10010001 1010100 101000

Color Harmonies of #10BC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC58

Black with #10BC58

Text Example


Text Example

White with #10BC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10BC58;
 }
 .AnyTagClassName
 {
   color: #10BC58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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