#13bc25

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

Shades of Dark Pastel Green #13BC25

Tints of Dark Pastel Green #13BC25

Color information

#13BC25 (or 0x13BC25) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 25. RGB value is (19,188,37). Sum of RGB (Red+Green+Blue) = 19+188+37=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC25 is #EC43DA. Grayscale: #787878. Windows color (decimal): -15483867 or 2472979. OLE color: 2472979.

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

Color convert

RGB1918837-
CMYK0.9000.800.26
HSL126.39º81.64%40.59%-
HSV(B)126.39º89.89%73.73%-
XYZ18.5936.247.77-
YUV120.2681.0155.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 188 (73.83% from 255) = 77.05%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=7.79%
G=77.05%
B=15.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188370.9000.800.26126.3981.6440.59
Hex13BC255A0501A7e5229
Octal232744513201203217612251
Binary10011101111001001011011010010100001101011111101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13bc25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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