Html Css Color HEX #0FD246 Malachite

📋 copy color: '#0FD246'

red 15 ◦ green 210 ◦ blue 70

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

Shades of Malachite #0FD246

Tints of Malachite #0FD246

RGB

 RED value IS 15 (6.25% from 255) = 5.08%

 GREEN value IS 210 (82.42% from 255) = 71.19%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 5.08%
G = 71.19%
B = 23.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#0FD246 (or 0x0FD246) is known color: Malachite. HEX triplet: 0F, D2 and 46. RGB value is (15,210,70). Sum of RGB (Red+Green+Blue) = 15+210+70=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD246 is #F02DB9. Grayscale: #888888. Windows color (decimal): -15740346 or 4641295. OLE color: 4641295.

HSL color Cylindrical-coordinate representation of color #0FD246: hue angle of 136.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD246 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 70 -
CMYK 0.93 0 0.67 0.18
HSL 136.92º 0.87% 0.44% -
HSV(B) 136.92º 0.93% 0.82% -
XYZ 24.35 46.64 13.51 -
YUV 135.74 90.9 41.88 -
System Red Green Blue C M Y K H S L
Decimal 15 210 70 0.93 0 0.67 0.18 136.92 0.87 0.44
Hex F D2 46 5D 0 43 12 89 57 2C
Octal 17 322 106 135 0 103 22 211 127 54
Binary 1111 11010010 1000110 1011101 0 1000011 10010 10001001 1010111 101100

Color Harmonies of #0FD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD246

Black with #0FD246

Text Example


Text Example

White with #0FD246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FD246; }

 p { color: rgb(15,210,70); }

 H1.HeaderClassName
 {
   color: #0FD246;
 }
 .AnyTagClassName
 {
   color: #0FD246;
 }
</style>

background-color css

<style>
 a { background-color: #0FD246; }

 a { background-color: rgb(15,210,70); }

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

border-color css

<style>
 span { border-color: #0FD246; }

 span { border-color: rgb(15,210,70); }

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