Html Css Color HEX #13C268 Jade

📋 copy color: '#13C268'

red 19 ◦ green 194 ◦ blue 104

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

Shades of Jade #13C268

Tints of Jade #13C268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.2%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 5.99%
G = 61.2%
B = 32.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#13C268 (or 0x13C268) is known color: Jade. HEX triplet: 13, C2 and 68. RGB value is (19,194,104). Sum of RGB (Red+Green+Blue) = 19+194+104=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #13C268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C268 is #EC3D97. Grayscale: #838383. Windows color (decimal): -15482264 or 6865427. OLE color: 6865427.

HSL color Cylindrical-coordinate representation of color #13C268: hue angle of 149.14º 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 #13C268 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 104 -
CMYK 0.90 0 0.46 0.24
HSL 149.14º 0.82% 0.42% -
HSV(B) 149.14º 0.9% 0.76% -
XYZ 22.06 39.72 19.6 -
YUV 131.42 112.52 47.82 -
System Red Green Blue C M Y K H S L
Decimal 19 194 104 0.90 0 0.46 0.24 149.14 0.82 0.42
Hex 13 C2 68 5A 0 2E 18 95 52 2A
Octal 23 302 150 132 0 56 30 225 122 52
Binary 10011 11000010 1101000 1011010 0 101110 11000 10010101 1010010 101010

Color Harmonies of #13C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C268

Black with #13C268

Text Example


Text Example

White with #13C268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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