Html Css Color HEX #13B85B Pigment Green

📋 copy color: '#13B85B'

red 19 ◦ green 184 ◦ blue 91

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

Shades of Pigment Green #13B85B

Tints of Pigment Green #13B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.59%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 6.46%
G = 62.59%
B = 30.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#13B85B (or 0x13B85B) is known color: Pigment Green. HEX triplet: 13, B8 and 5B. RGB value is (19,184,91). Sum of RGB (Red+Green+Blue) = 19+184+91=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #13B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B85B is #EC47A4. Grayscale: #7C7C7C. Windows color (decimal): -15484837 or 6010899. OLE color: 6010899.

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

Color convert

RGB 19 184 91 -
CMYK 0.90 0 0.51 0.28
HSL 146.18º 0.81% 0.4% -
HSV(B) 146.18º 0.9% 0.72% -
XYZ 19.3 35.17 15.67 -
YUV 124.06 109.34 53.06 -
System Red Green Blue C M Y K H S L
Decimal 19 184 91 0.90 0 0.51 0.28 146.18 0.81 0.4
Hex 13 B8 5B 5A 0 33 1C 92 51 28
Octal 23 270 133 132 0 63 34 222 121 50
Binary 10011 10111000 1011011 1011010 0 110011 11100 10010010 1010001 101000

Color Harmonies of #13B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B85B

Black with #13B85B

Text Example


Text Example

White with #13B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,184,91); }

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

background-color css

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

 a { background-color: rgb(19,184,91); }

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

border-color css

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

 span { border-color: rgb(19,184,91); }

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