Html Css Color HEX #0FC05C Malachite

📋 copy color: '#0FC05C'

red 15 ◦ green 192 ◦ blue 92

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

Shades of Malachite #0FC05C

Tints of Malachite #0FC05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 5.02%
G = 64.21%
B = 30.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#0FC05C (or 0x0FC05C) is known color: Malachite. HEX triplet: 0F, C0 and 5C. RGB value is (15,192,92). Sum of RGB (Red+Green+Blue) = 15+192+92=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC05C is #F03FA3. Grayscale: #7F7F7F. Windows color (decimal): -15744932 or 6078479. OLE color: 6078479.

HSL color Cylindrical-coordinate representation of color #0FC05C: hue angle of 146.1º 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 #0FC05C is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 92 -
CMYK 0.92 0 0.52 0.25
HSL 146.1º 0.86% 0.41% -
HSV(B) 146.1º 0.92% 0.75% -
XYZ 20.98 38.57 16.46 -
YUV 127.68 107.86 47.63 -
System Red Green Blue C M Y K H S L
Decimal 15 192 92 0.92 0 0.52 0.25 146.1 0.86 0.41
Hex F C0 5C 5C 0 34 19 92 56 29
Octal 17 300 134 134 0 64 31 222 126 51
Binary 1111 11000000 1011100 1011100 0 110100 11001 10010010 1010110 101001

Color Harmonies of #0FC05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC05C

Black with #0FC05C

Text Example


Text Example

White with #0FC05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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