Html Css Color HEX #13C36B Jade

📋 copy color: '#13C36B'

red 19 ◦ green 195 ◦ blue 107

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

Shades of Jade #13C36B

Tints of Jade #13C36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.75%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 5.92%
G = 60.75%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#13C36B (or 0x13C36B) is known color: Jade. HEX triplet: 13, C3 and 6B. RGB value is (19,195,107). Sum of RGB (Red+Green+Blue) = 19+195+107=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #13C36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C36B is #EC3C94. Grayscale: #848484. Windows color (decimal): -15482005 or 7062291. OLE color: 7062291.

HSL color Cylindrical-coordinate representation of color #13C36B: hue angle of 150º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C36B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 107 -
CMYK 0.90 0 0.45 0.24
HSL 150º 0.82% 0.42% -
HSV(B) 150º 0.9% 0.76% -
XYZ 22.44 40.23 20.49 -
YUV 132.34 113.69 47.16 -
System Red Green Blue C M Y K H S L
Decimal 19 195 107 0.90 0 0.45 0.24 150 0.82 0.42
Hex 13 C3 6B 5A 0 2D 18 96 52 2A
Octal 23 303 153 132 0 55 30 226 122 52
Binary 10011 11000011 1101011 1011010 0 101101 11000 10010110 1010010 101010

Color Harmonies of #13C36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C36B

Black with #13C36B

Text Example


Text Example

White with #13C36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,107); }

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

background-color css

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

 a { background-color: rgb(19,195,107); }

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

border-color css

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

 span { border-color: rgb(19,195,107); }

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