Html Css Color HEX #13F143 Malachite

📋 copy color: '#13F143'

red 19 ◦ green 241 ◦ blue 67

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

Shades of Malachite #13F143

Tints of Malachite #13F143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 5.81%
G = 73.7%
B = 20.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#13F143 (or 0x13F143) is known color: Malachite. HEX triplet: 13, F1 and 43. RGB value is (19,241,67). Sum of RGB (Red+Green+Blue) = 19+241+67=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #13F143 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F143 is #EC0EBC. Grayscale: #9B9B9B. Windows color (decimal): -15470269 or 4452627. OLE color: 4452627.

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

Color convert

RGB 19 241 67 -
CMYK 0.92 0 0.72 0.05
HSL 132.97º 0.89% 0.51% -
HSV(B) 132.97º 0.92% 0.95% -
XYZ 32.74 63.45 15.83 -
YUV 154.79 78.45 31.15 -
System Red Green Blue C M Y K H S L
Decimal 19 241 67 0.92 0 0.72 0.05 132.97 0.89 0.51
Hex 13 F1 43 5C 0 48 5 85 59 33
Octal 23 361 103 134 0 110 5 205 131 63
Binary 10011 11110001 1000011 1011100 0 1001000 101 10000101 1011001 110011

Color Harmonies of #13F143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F143

Black with #13F143

Text Example


Text Example

White with #13F143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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