Html Css Color HEX #0FC058 Malachite

📋 copy color: '#0FC058'

red 15 ◦ green 192 ◦ blue 88

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

Shades of Malachite #0FC058

Tints of Malachite #0FC058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.08%

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 5.08%
G = 65.08%
B = 29.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#0FC058 (or 0x0FC058) is known color: Malachite. HEX triplet: 0F, C0 and 58. RGB value is (15,192,88). Sum of RGB (Red+Green+Blue) = 15+192+88=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC058 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC058 is #F03FA7. Grayscale: #7F7F7F. Windows color (decimal): -15744936 or 5816335. OLE color: 5816335.

HSL color Cylindrical-coordinate representation of color #0FC058: hue angle of 144.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC058 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 88 -
CMYK 0.92 0 0.54 0.25
HSL 144.75º 0.86% 0.41% -
HSV(B) 144.75º 0.92% 0.75% -
XYZ 20.81 38.51 15.57 -
YUV 127.22 105.86 47.96 -
System Red Green Blue C M Y K H S L
Decimal 15 192 88 0.92 0 0.54 0.25 144.75 0.86 0.41
Hex F C0 58 5C 0 36 19 91 56 29
Octal 17 300 130 134 0 66 31 221 126 51
Binary 1111 11000000 1011000 1011100 0 110110 11001 10010001 1010110 101001

Color Harmonies of #0FC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC058

Black with #0FC058

Text Example


Text Example

White with #0FC058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,88); }

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

background-color css

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

 a { background-color: rgb(15,192,88); }

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

border-color css

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

 span { border-color: rgb(15,192,88); }

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