Html Css Color HEX #13F241 Malachite

📋 copy color: '#13F241'

red 19 ◦ green 242 ◦ blue 65

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

Shades of Malachite #13F241

Tints of Malachite #13F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 5.83%
G = 74.23%
B = 19.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#13F241 (or 0x13F241) is known color: Malachite. HEX triplet: 13, F2 and 41. RGB value is (19,242,65). Sum of RGB (Red+Green+Blue) = 19+242+65=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #13F241 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F241 is #EC0DBE. Grayscale: #9B9B9B. Windows color (decimal): -15470015 or 4321811. OLE color: 4321811.

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

Color convert

RGB 19 242 65 -
CMYK 0.92 0 0.73 0.05
HSL 132.38º 0.9% 0.51% -
HSV(B) 132.38º 0.92% 0.95% -
XYZ 32.97 64.02 15.62 -
YUV 155.15 77.12 30.89 -
System Red Green Blue C M Y K H S L
Decimal 19 242 65 0.92 0 0.73 0.05 132.38 0.9 0.51
Hex 13 F2 41 5C 0 49 5 84 5A 33
Octal 23 362 101 134 0 111 5 204 132 63
Binary 10011 11110010 1000001 1011100 0 1001001 101 10000100 1011010 110011

Color Harmonies of #13F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F241

Black with #13F241

Text Example


Text Example

White with #13F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,242,65); }

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

background-color css

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

 a { background-color: rgb(19,242,65); }

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

border-color css

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

 span { border-color: rgb(19,242,65); }

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