Html Css Color HEX #0FCF58 Malachite

📋 copy color: '#0FCF58'

red 15 ◦ green 207 ◦ blue 88

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

Shades of Malachite #0FCF58

Tints of Malachite #0FCF58

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.77%

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

R = 4.84%
G = 66.77%
B = 28.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#0FCF58 (or 0x0FCF58) is known color: Malachite. HEX triplet: 0F, CF and 58. RGB value is (15,207,88). Sum of RGB (Red+Green+Blue) = 15+207+88=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF58 is #F030A7. Grayscale: #888888. Windows color (decimal): -15741096 or 5820175. OLE color: 5820175.

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

Color convert

RGB 15 207 88 -
CMYK 0.93 0 0.57 0.19
HSL 142.81º 0.86% 0.44% -
HSV(B) 142.81º 0.93% 0.81% -
XYZ 24.27 45.43 16.72 -
YUV 136.03 100.89 41.68 -
System Red Green Blue C M Y K H S L
Decimal 15 207 88 0.93 0 0.57 0.19 142.81 0.86 0.44
Hex F CF 58 5D 0 39 13 8F 56 2C
Octal 17 317 130 135 0 71 23 217 126 54
Binary 1111 11001111 1011000 1011101 0 111001 10011 10001111 1010110 101100

Color Harmonies of #0FCF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF58

Black with #0FCF58

Text Example


Text Example

White with #0FCF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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