#13B268

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

Shades of Jade #13B268

Tints of Jade #13B268

Color information

#13B268 (or 0x13B268) is unknown color: approx Jade. HEX triplet: 13, B2 and 68. RGB value is (19,178,104). Sum of RGB (Red+Green+Blue) = 19+178+104=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #13B268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B268 is #EC4D97. Grayscale: #7A7A7A. Windows color (decimal): -15486360 or 6861331. OLE color: 6861331.

HSL color Cylindrical-coordinate representation of color #13B268: hue angle of 152.08º 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 #13B268 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB19178104-
CMYK0.8900.420.30
HSL152.08º80.71%38.63%-
HSV(B)152.08º89.33%69.8%-
XYZ18.6932.9818.48-
YUV122.02117.8254.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 178 (69.92% from 255) = 59.14%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=6.31%
G=59.14%
B=34.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191781040.8900.420.30152.0880.7138.63
Hex13B2685902A1E985127
Octal232621501310523623012147
Binary100111011001011010001011001010101011110100110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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