Html Css Color HEX #0FCE70 Malachite

📋 copy color: '#0FCE70'

red 15 ◦ green 206 ◦ blue 112

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

Shades of Malachite #0FCE70

Tints of Malachite #0FCE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.86%

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

R = 4.5%
G = 61.86%
B = 33.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#0FCE70 (or 0x0FCE70) is known color: Malachite. HEX triplet: 0F, CE and 70. RGB value is (15,206,112). Sum of RGB (Red+Green+Blue) = 15+206+112=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCE70 is #F0318F. Grayscale: #8A8A8A. Windows color (decimal): -15741328 or 7392783. OLE color: 7392783.

HSL color Cylindrical-coordinate representation of color #0FCE70: hue angle of 150.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE70 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 206 112 -
CMYK 0.93 0 0.46 0.19
HSL 150.47º 0.86% 0.43% -
HSV(B) 150.47º 0.93% 0.81% -
XYZ 25.19 45.41 22.77 -
YUV 138.18 113.22 40.14 -
System Red Green Blue C M Y K H S L
Decimal 15 206 112 0.93 0 0.46 0.19 150.47 0.86 0.43
Hex F CE 70 5D 0 2E 13 96 56 2B
Octal 17 316 160 135 0 56 23 226 126 53
Binary 1111 11001110 1110000 1011101 0 101110 10011 10010110 1010110 101011

Color Harmonies of #0FCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCE70

Black with #0FCE70

Text Example


Text Example

White with #0FCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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