Html Css Color HEX #13B366 Jade

📋 copy color: '#13B366'

red 19 ◦ green 179 ◦ blue 102

#13B366
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #13B366

Tints of Jade #13B366

RGB

 RED value IS 19 (7.81% from 255) = 6.33%

 GREEN value IS 179 (70.31% from 255) = 59.67%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 6.33%
G = 59.67%
B = 34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#13B366 (or 0x13B366) is known color: Jade. HEX triplet: 13, B3 and 66. RGB value is (19,179,102). Sum of RGB (Red+Green+Blue) = 19+179+102=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #13B366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B366 is #EC4C99. Grayscale: #7A7A7A. Windows color (decimal): -15486106 or 6730515. OLE color: 6730515.

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

Color convert

RGB 19 179 102 -
CMYK 0.89 0 0.43 0.30
HSL 151.13º 0.81% 0.39% -
HSV(B) 151.13º 0.89% 0.7% -
XYZ 18.79 33.34 18.02 -
YUV 122.38 116.49 54.26 -
System Red Green Blue C M Y K H S L
Decimal 19 179 102 0.89 0 0.43 0.30 151.13 0.81 0.39
Hex 13 B3 66 59 0 2B 1E 97 51 27
Octal 23 263 146 131 0 53 36 227 121 47
Binary 10011 10110011 1100110 1011001 0 101011 11110 10010111 1010001 100111

Color Harmonies of #13B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B366

Black with #13B366

Text Example


Text Example

White with #13B366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,102); }

 H1.HeaderClassName
 {
   color: #13B366;
 }
 .AnyTagClassName
 {
   color: #13B366;
 }
</style>

background-color css

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

 a { background-color: rgb(19,179,102); }

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

border-color css

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

 span { border-color: rgb(19,179,102); }

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