Html Css Color HEX #13F138 Malachite

📋 copy color: '#13F138'

red 19 ◦ green 241 ◦ blue 56

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

Shades of Malachite #13F138

Tints of Malachite #13F138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 6.01%
G = 76.27%
B = 17.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#13F138 (or 0x13F138) is known color: Malachite. HEX triplet: 13, F1 and 38. RGB value is (19,241,56). Sum of RGB (Red+Green+Blue) = 19+241+56=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #13F138 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F138 is #EC0EC7. Grayscale: #9A9A9A. Windows color (decimal): -15470280 or 3731731. OLE color: 3731731.

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

Color convert

RGB 19 241 56 -
CMYK 0.92 0 0.77 0.05
HSL 130º 0.89% 0.51% -
HSV(B) 130º 0.92% 0.95% -
XYZ 32.44 63.33 14.26 -
YUV 153.53 72.95 32.04 -
System Red Green Blue C M Y K H S L
Decimal 19 241 56 0.92 0 0.77 0.05 130 0.89 0.51
Hex 13 F1 38 5C 0 4D 5 82 59 33
Octal 23 361 70 134 0 115 5 202 131 63
Binary 10011 11110001 111000 1011100 0 1001101 101 10000010 1011001 110011

Color Harmonies of #13F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F138

Black with #13F138

Text Example


Text Example

White with #13F138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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