#13B26A

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

Shades of Jade #13B26A

Tints of Jade #13B26A

Color information

#13B26A (or 0x13B26A) is unknown color: approx Jade. HEX triplet: 13, B2 and 6A. RGB value is (19,178,106). Sum of RGB (Red+Green+Blue) = 19+178+106=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #13B26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B26A is #EC4D95. Grayscale: #7A7A7A. Windows color (decimal): -15486358 or 6992403. OLE color: 6992403.

HSL color Cylindrical-coordinate representation of color #13B26A: hue angle of 152.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B26A is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB19178106-
CMYK0.8900.400.30
HSL152.83º80.71%38.63%-
HSV(B)152.83º89.33%69.8%-
XYZ18.7933.0219.02-
YUV122.25118.8254.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 178 (69.92% from 255) = 58.75%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=6.27%
G=58.75%
B=34.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191781060.8900.400.30152.8380.7138.63
Hex13B26A590281E995127
Octal232621521310503623112147
Binary100111011001011010101011001010100011110100110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,106); }

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

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

 a { background-color: rgb(19,178,106); }

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

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

 span { border-color: rgb(19,178,106); }

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