Html Css Color HEX #13F247 Malachite

📋 copy color: '#13F247'

red 19 ◦ green 242 ◦ blue 71

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

Shades of Malachite #13F247

Tints of Malachite #13F247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 5.72%
G = 72.89%
B = 21.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#13F247 (or 0x13F247) is known color: Malachite. HEX triplet: 13, F2 and 47. RGB value is (19,242,71). Sum of RGB (Red+Green+Blue) = 19+242+71=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #13F247 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F247 is #EC0DB8. Grayscale: #9C9C9C. Windows color (decimal): -15470009 or 4715027. OLE color: 4715027.

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

Color convert

RGB 19 242 71 -
CMYK 0.92 0 0.71 0.05
HSL 133.99º 0.9% 0.51% -
HSV(B) 133.99º 0.92% 0.95% -
XYZ 33.16 64.1 16.59 -
YUV 155.83 80.12 30.4 -
System Red Green Blue C M Y K H S L
Decimal 19 242 71 0.92 0 0.71 0.05 133.99 0.9 0.51
Hex 13 F2 47 5C 0 47 5 86 5A 33
Octal 23 362 107 134 0 107 5 206 132 63
Binary 10011 11110010 1000111 1011100 0 1000111 101 10000110 1011010 110011

Color Harmonies of #13F247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F247

Black with #13F247

Text Example


Text Example

White with #13F247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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