#13B85E

Color #13B85E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #13B85E

Tints of Pigment Green #13B85E

Color information

#13B85E (or 0x13B85E) is unknown color: approx Pigment Green. HEX triplet: 13, B8 and 5E. RGB value is (19,184,94). Sum of RGB (Red+Green+Blue) = 19+184+94=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #13B85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B85E is #EC47A1. Grayscale: #7C7C7C. Windows color (decimal): -15484834 or 6207507. OLE color: 6207507.

HSL color Cylindrical-coordinate representation of color #13B85E: hue angle of 147.27º 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 #13B85E is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1918494-
CMYK0.9000.490.28
HSL147.27º81.28%39.8%-
HSV(B)147.27º89.67%72.16%-
XYZ19.4335.2316.37-
YUV124.4110.8452.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 184 (72.27% from 255) = 61.95%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=6.40%
G=61.95%
B=31.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19184940.9000.490.28147.2781.2839.8
Hex13B85E5A0311C935128
Octal232701361320613422312150
Binary100111011100010111101011010011000111100100100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13B85E;
 }
 .AnyTagClassName
 {
   color: #13B85E;
 }
</style>
background-color css

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

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

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

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

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

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