Html Css Color HEX #0FD070 Malachite

📋 copy color: '#0FD070'

red 15 ◦ green 208 ◦ blue 112

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

Shades of Malachite #0FD070

Tints of Malachite #0FD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.09%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 4.48%
G = 62.09%
B = 33.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#0FD070 (or 0x0FD070) is known color: Malachite. HEX triplet: 0F, D0 and 70. RGB value is (15,208,112). Sum of RGB (Red+Green+Blue) = 15+208+112=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD070 is #F02F8F. Grayscale: #8B8B8B. Windows color (decimal): -15740816 or 7393295. OLE color: 7393295.

HSL color Cylindrical-coordinate representation of color #0FD070: hue angle of 150.16º 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 #0FD070 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 208 112 -
CMYK 0.93 0 0.46 0.18
HSL 150.16º 0.87% 0.44% -
HSV(B) 150.16º 0.93% 0.82% -
XYZ 25.68 46.38 22.93 -
YUV 139.35 112.56 39.31 -
System Red Green Blue C M Y K H S L
Decimal 15 208 112 0.93 0 0.46 0.18 150.16 0.87 0.44
Hex F D0 70 5D 0 2E 12 96 57 2C
Octal 17 320 160 135 0 56 22 226 127 54
Binary 1111 11010000 1110000 1011101 0 101110 10010 10010110 1010111 101100

Color Harmonies of #0FD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD070

Black with #0FD070

Text Example


Text Example

White with #0FD070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,112); }

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

background-color css

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

 a { background-color: rgb(15,208,112); }

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

border-color css

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

 span { border-color: rgb(15,208,112); }

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