#13B81A

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

Shades of Dark Pastel Green #13B81A

Tints of Dark Pastel Green #13B81A

Color information

#13B81A (or 0x13B81A) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B8 and 1A. RGB value is (19,184,26). Sum of RGB (Red+Green+Blue) = 19+184+26=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 184 (72.27% from 255 or 80.35% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 184 - color contains mainly: green. Hex color #13B81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B81A is #EC47E5. Grayscale: #757575. Windows color (decimal): -15484902 or 1751059. OLE color: 1751059.

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

Color convert

RGB1918426-
CMYK0.9000.860.28
HSL122.55º81.28%39.8%-
HSV(B)122.55º89.67%72.16%-
XYZ17.634.496.71-
YUV116.6576.8458.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 184 (72.27% from 255) = 80.35%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=8.30%
G=80.35%
B=11.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19184260.9000.860.28122.5581.2839.8
Hex13B81A5A0561C7b5128
Octal232703213201263417312150
Binary1001110111000110101011010010101101110011110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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