#13B66F

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

Shades of Jade #13B66F

Tints of Jade #13B66F

Color information

#13B66F (or 0x13B66F) is unknown color: approx Jade. HEX triplet: 13, B6 and 6F. RGB value is (19,182,111). Sum of RGB (Red+Green+Blue) = 19+182+111=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #13B66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B66F is #EC4990. Grayscale: #7D7D7D. Windows color (decimal): -15485329 or 7321107. OLE color: 7321107.

HSL color Cylindrical-coordinate representation of color #13B66F: hue angle of 153.87º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B66F is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB19182111-
CMYK0.9000.390.29
HSL153.87º81.09%39.41%-
HSV(B)153.87º89.56%71.37%-
XYZ19.8734.7420.7-
YUV125.1712052.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.09%
GREEN value IS 182 (71.48% from 255) = 58.33%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=6.09%
G=58.33%
B=35.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191821110.9000.390.29153.8781.0939.41
Hex13B66F5A0271D9a5127
Octal232661571320473523212147
Binary100111011011011011111011010010011111101100110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,182,111); }

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

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

 a { background-color: rgb(19,182,111); }

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

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

 span { border-color: rgb(19,182,111); }

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