Html Css Color HEX #10BC5E Pigment Green

📋 copy color: '#10BC5E'

red 16 ◦ green 188 ◦ blue 94

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

Shades of Pigment Green #10BC5E

Tints of Pigment Green #10BC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 5.37%
G = 63.09%
B = 31.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#10BC5E (or 0x10BC5E) is known color: Pigment Green. HEX triplet: 10, BC and 5E. RGB value is (16,188,94). Sum of RGB (Red+Green+Blue) = 16+188+94=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC5E is #EF43A1. Grayscale: #7E7E7E. Windows color (decimal): -15680418 or 6208528. OLE color: 6208528.

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

Color convert

RGB 16 188 94 -
CMYK 0.91 0 0.50 0.26
HSL 147.21º 0.84% 0.4% -
HSV(B) 147.21º 0.91% 0.74% -
XYZ 20.22 36.88 16.64 -
YUV 125.86 110.02 49.64 -
System Red Green Blue C M Y K H S L
Decimal 16 188 94 0.91 0 0.50 0.26 147.21 0.84 0.4
Hex 10 BC 5E 5B 0 32 1A 93 54 28
Octal 20 274 136 133 0 62 32 223 124 50
Binary 10000 10111100 1011110 1011011 0 110010 11010 10010011 1010100 101000

Color Harmonies of #10BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC5E

Black with #10BC5E

Text Example


Text Example

White with #10BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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