Html Css Color HEX #13CB5E Malachite

📋 copy color: '#13CB5E'

red 19 ◦ green 203 ◦ blue 94

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

Shades of Malachite #13CB5E

Tints of Malachite #13CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 64.24%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 6.01%
G = 64.24%
B = 29.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#13CB5E (or 0x13CB5E) is known color: Malachite. HEX triplet: 13, CB and 5E. RGB value is (19,203,94). Sum of RGB (Red+Green+Blue) = 19+203+94=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 203 (79.69% from 255 or 64.24% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB5E is #EC34A1. Grayscale: #878787. Windows color (decimal): -15479970 or 6212371. OLE color: 6212371.

HSL color Cylindrical-coordinate representation of color #13CB5E: hue angle of 144.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB5E is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 94 -
CMYK 0.91 0 0.54 0.20
HSL 144.46º 0.83% 0.44% -
HSV(B) 144.46º 0.91% 0.8% -
XYZ 23.64 43.66 17.77 -
YUV 135.56 104.54 44.86 -
System Red Green Blue C M Y K H S L
Decimal 19 203 94 0.91 0 0.54 0.20 144.46 0.83 0.44
Hex 13 CB 5E 5B 0 36 14 90 53 2C
Octal 23 313 136 133 0 66 24 220 123 54
Binary 10011 11001011 1011110 1011011 0 110110 10100 10010000 1010011 101100

Color Harmonies of #13CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB5E

Black with #13CB5E

Text Example


Text Example

White with #13CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,203,94); }

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

background-color css

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

 a { background-color: rgb(19,203,94); }

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

border-color css

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

 span { border-color: rgb(19,203,94); }

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