Html Css Color HEX #13F136 Malachite

📋 copy color: '#13F136'

red 19 ◦ green 241 ◦ blue 54

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

Shades of Malachite #13F136

Tints of Malachite #13F136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.75%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 6.05%
G = 76.75%
B = 17.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#13F136 (or 0x13F136) is known color: Malachite. HEX triplet: 13, F1 and 36. RGB value is (19,241,54). Sum of RGB (Red+Green+Blue) = 19+241+54=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #13F136 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F136 is #EC0EC9. Grayscale: #999999. Windows color (decimal): -15470282 or 3600659. OLE color: 3600659.

HSL color Cylindrical-coordinate representation of color #13F136: hue angle of 129.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F136 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 241 54 -
CMYK 0.92 0 0.78 0.05
HSL 129.46º 0.89% 0.51% -
HSV(B) 129.46º 0.92% 0.95% -
XYZ 32.39 63.32 14 -
YUV 153.3 71.95 32.21 -
System Red Green Blue C M Y K H S L
Decimal 19 241 54 0.92 0 0.78 0.05 129.46 0.89 0.51
Hex 13 F1 36 5C 0 4E 5 81 59 33
Octal 23 361 66 134 0 116 5 201 131 63
Binary 10011 11110001 110110 1011100 0 1001110 101 10000001 1011001 110011

Color Harmonies of #13F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F136

Black with #13F136

Text Example


Text Example

White with #13F136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,241,54); }

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

background-color css

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

 a { background-color: rgb(19,241,54); }

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

border-color css

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

 span { border-color: rgb(19,241,54); }

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