Html Css Color HEX #13BA5D Pigment Green

📋 copy color: '#13BA5D'

red 19 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #13BA5D

Tints of Pigment Green #13BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.42%

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

R = 6.38%
G = 62.42%
B = 31.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#13BA5D (or 0x13BA5D) is known color: Pigment Green. HEX triplet: 13, BA and 5D. RGB value is (19,186,93). Sum of RGB (Red+Green+Blue) = 19+186+93=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BA5D is #EC45A2. Grayscale: #7D7D7D. Windows color (decimal): -15484323 or 6142483. OLE color: 6142483.

HSL color Cylindrical-coordinate representation of color #13BA5D: hue angle of 146.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA5D is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 93 -
CMYK 0.90 0 0.5 0.27
HSL 146.59º 0.81% 0.4% -
HSV(B) 146.59º 0.9% 0.73% -
XYZ 19.8 36.05 16.27 -
YUV 125.47 109.67 52.06 -
System Red Green Blue C M Y K H S L
Decimal 19 186 93 0.90 0 0.5 0.27 146.59 0.81 0.4
Hex 13 BA 5D 5A 0 32 1B 93 51 28
Octal 23 272 135 132 0 62 33 223 121 50
Binary 10011 10111010 1011101 1011010 0 110010 11011 10010011 1010001 101000

Color Harmonies of #13BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA5D

Black with #13BA5D

Text Example


Text Example

White with #13BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,186,93); }

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

background-color css

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

 a { background-color: rgb(19,186,93); }

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

border-color css

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

 span { border-color: rgb(19,186,93); }

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