Html Css Color HEX #13F149 Malachite

📋 copy color: '#13F149'

red 19 ◦ green 241 ◦ blue 73

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

Shades of Malachite #13F149

Tints of Malachite #13F149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 5.71%
G = 72.37%
B = 21.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#13F149 (or 0x13F149) is known color: Malachite. HEX triplet: 13, F1 and 49. RGB value is (19,241,73). Sum of RGB (Red+Green+Blue) = 19+241+73=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #13F149 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F149 is #EC0EB6. Grayscale: #9B9B9B. Windows color (decimal): -15470263 or 4845843. OLE color: 4845843.

HSL color Cylindrical-coordinate representation of color #13F149: hue angle of 134.59º 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 #13F149 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 241 73 -
CMYK 0.92 0 0.70 0.05
HSL 134.59º 0.89% 0.51% -
HSV(B) 134.59º 0.92% 0.95% -
XYZ 32.93 63.53 16.83 -
YUV 155.47 81.45 30.66 -
System Red Green Blue C M Y K H S L
Decimal 19 241 73 0.92 0 0.70 0.05 134.59 0.89 0.51
Hex 13 F1 49 5C 0 46 5 87 59 33
Octal 23 361 111 134 0 106 5 207 131 63
Binary 10011 11110001 1001001 1011100 0 1000110 101 10000111 1011001 110011

Color Harmonies of #13F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F149

Black with #13F149

Text Example


Text Example

White with #13F149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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