Html Css Color HEX #10BC57 Pigment Green

📋 copy color: '#10BC57'

red 16 ◦ green 188 ◦ blue 87

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

Shades of Pigment Green #10BC57

Tints of Pigment Green #10BC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 5.5%
G = 64.6%
B = 29.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#10BC57 (or 0x10BC57) is known color: Pigment Green. HEX triplet: 10, BC and 57. RGB value is (16,188,87). Sum of RGB (Red+Green+Blue) = 16+188+87=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC57 is #EF43A8. Grayscale: #7D7D7D. Windows color (decimal): -15680425 or 5749776. OLE color: 5749776.

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

Color convert

RGB 16 188 87 -
CMYK 0.91 0 0.54 0.26
HSL 144.77º 0.84% 0.4% -
HSV(B) 144.77º 0.91% 0.74% -
XYZ 19.92 36.76 15.06 -
YUV 125.06 106.52 50.21 -
System Red Green Blue C M Y K H S L
Decimal 16 188 87 0.91 0 0.54 0.26 144.77 0.84 0.4
Hex 10 BC 57 5B 0 36 1A 91 54 28
Octal 20 274 127 133 0 66 32 221 124 50
Binary 10000 10111100 1010111 1011011 0 110110 11010 10010001 1010100 101000

Color Harmonies of #10BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC57

Black with #10BC57

Text Example


Text Example

White with #10BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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