Html Css Color HEX #13B066 Jade

📋 copy color: '#13B066'

red 19 ◦ green 176 ◦ blue 102

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

Shades of Jade #13B066

Tints of Jade #13B066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.26%

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

R = 6.4%
G = 59.26%
B = 34.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#13B066 (or 0x13B066) is known color: Jade. HEX triplet: 13, B0 and 66. RGB value is (19,176,102). Sum of RGB (Red+Green+Blue) = 19+176+102=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #13B066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B066 is #EC4F99. Grayscale: #787878. Windows color (decimal): -15486874 or 6729747. OLE color: 6729747.

HSL color Cylindrical-coordinate representation of color #13B066: hue angle of 151.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B066 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 102 -
CMYK 0.89 0 0.42 0.31
HSL 151.72º 0.81% 0.38% -
HSV(B) 151.72º 0.89% 0.69% -
XYZ 18.19 32.15 17.82 -
YUV 120.62 117.49 55.52 -
System Red Green Blue C M Y K H S L
Decimal 19 176 102 0.89 0 0.42 0.31 151.72 0.81 0.38
Hex 13 B0 66 59 0 2A 1F 98 51 26
Octal 23 260 146 131 0 52 37 230 121 46
Binary 10011 10110000 1100110 1011001 0 101010 11111 10011000 1010001 100110

Color Harmonies of #13B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B066

Black with #13B066

Text Example


Text Example

White with #13B066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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