Html Css Color HEX #0FC655 Malachite

📋 copy color: '#0FC655'

red 15 ◦ green 198 ◦ blue 85

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

Shades of Malachite #0FC655

Tints of Malachite #0FC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.44%

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 5.03%
G = 66.44%
B = 28.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#0FC655 (or 0x0FC655) is known color: Malachite. HEX triplet: 0F, C6 and 55. RGB value is (15,198,85). Sum of RGB (Red+Green+Blue) = 15+198+85=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 198 (77.73% from 255 or 66.44% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC655 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC655 is #F039AA. Grayscale: #828282. Windows color (decimal): -15743403 or 5621263. OLE color: 5621263.

HSL color Cylindrical-coordinate representation of color #0FC655: hue angle of 142.95º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC655 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 85 -
CMYK 0.92 0 0.57 0.22
HSL 142.95º 0.86% 0.42% -
HSV(B) 142.95º 0.92% 0.78% -
XYZ 22.03 41.15 15.38 -
YUV 130.4 102.37 45.69 -
System Red Green Blue C M Y K H S L
Decimal 15 198 85 0.92 0 0.57 0.22 142.95 0.86 0.42
Hex F C6 55 5C 0 39 16 8F 56 2A
Octal 17 306 125 134 0 71 26 217 126 52
Binary 1111 11000110 1010101 1011100 0 111001 10110 10001111 1010110 101010

Color Harmonies of #0FC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC655

Black with #0FC655

Text Example


Text Example

White with #0FC655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,85); }

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

background-color css

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

 a { background-color: rgb(15,198,85); }

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

border-color css

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

 span { border-color: rgb(15,198,85); }

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