Html Css Color HEX #13BC5E Pigment Green

📋 copy color: '#13BC5E'

red 19 ◦ green 188 ◦ blue 94

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

Shades of Pigment Green #13BC5E

Tints of Pigment Green #13BC5E

RGB

 RED value IS 19 (7.81% from 255) = 6.31%

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

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

R = 6.31%
G = 62.46%
B = 31.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#13BC5E (or 0x13BC5E) is known color: Pigment Green. HEX triplet: 13, BC and 5E. RGB value is (19,188,94). Sum of RGB (Red+Green+Blue) = 19+188+94=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC5E is #EC43A1. Grayscale: #7E7E7E. Windows color (decimal): -15483810 or 6208531. OLE color: 6208531.

HSL color Cylindrical-coordinate representation of color #13BC5E: hue angle of 146.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC5E is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 94 -
CMYK 0.90 0 0.50 0.26
HSL 146.63º 0.82% 0.41% -
HSV(B) 146.63º 0.9% 0.74% -
XYZ 20.27 36.91 16.65 -
YUV 126.75 109.51 51.14 -
System Red Green Blue C M Y K H S L
Decimal 19 188 94 0.90 0 0.50 0.26 146.63 0.82 0.41
Hex 13 BC 5E 5A 0 32 1A 93 52 29
Octal 23 274 136 132 0 62 32 223 122 51
Binary 10011 10111100 1011110 1011010 0 110010 11010 10010011 1010010 101001

Color Harmonies of #13BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC5E

Black with #13BC5E

Text Example


Text Example

White with #13BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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