Html Css Color HEX #13C261 Malachite

📋 copy color: '#13C261'

red 19 ◦ green 194 ◦ blue 97

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

Shades of Malachite #13C261

Tints of Malachite #13C261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 6.13%
G = 62.58%
B = 31.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#13C261 (or 0x13C261) is known color: Malachite. HEX triplet: 13, C2 and 61. RGB value is (19,194,97). Sum of RGB (Red+Green+Blue) = 19+194+97=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #13C261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C261 is #EC3D9E. Grayscale: #828282. Windows color (decimal): -15482271 or 6406675. OLE color: 6406675.

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

Color convert

RGB 19 194 97 -
CMYK 0.90 0 0.50 0.24
HSL 146.74º 0.82% 0.42% -
HSV(B) 146.74º 0.9% 0.76% -
XYZ 21.72 39.59 17.81 -
YUV 130.62 109.02 48.39 -
System Red Green Blue C M Y K H S L
Decimal 19 194 97 0.90 0 0.50 0.24 146.74 0.82 0.42
Hex 13 C2 61 5A 0 32 18 93 52 2A
Octal 23 302 141 132 0 62 30 223 122 52
Binary 10011 11000010 1100001 1011010 0 110010 11000 10010011 1010010 101010

Color Harmonies of #13C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C261

Black with #13C261

Text Example


Text Example

White with #13C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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