Html Css Color HEX #0FC96B Malachite

📋 copy color: '#0FC96B'

red 15 ◦ green 201 ◦ blue 107

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

Shades of Malachite #0FC96B

Tints of Malachite #0FC96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.23%

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 4.64%
G = 62.23%
B = 33.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#0FC96B (or 0x0FC96B) is known color: Malachite. HEX triplet: 0F, C9 and 6B. RGB value is (15,201,107). Sum of RGB (Red+Green+Blue) = 15+201+107=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC96B is #F03694. Grayscale: #868686. Windows color (decimal): -15742613 or 7063823. OLE color: 7063823.

HSL color Cylindrical-coordinate representation of color #0FC96B: hue angle of 149.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC96B is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 107 -
CMYK 0.93 0 0.47 0.21
HSL 149.68º 0.86% 0.42% -
HSV(B) 149.68º 0.93% 0.79% -
XYZ 23.74 42.94 20.95 -
YUV 134.67 112.38 42.64 -
System Red Green Blue C M Y K H S L
Decimal 15 201 107 0.93 0 0.47 0.21 149.68 0.86 0.42
Hex F C9 6B 5D 0 2F 15 96 56 2A
Octal 17 311 153 135 0 57 25 226 126 52
Binary 1111 11001001 1101011 1011101 0 101111 10101 10010110 1010110 101010

Color Harmonies of #0FC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC96B

Black with #0FC96B

Text Example


Text Example

White with #0FC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,107); }

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

background-color css

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

 a { background-color: rgb(15,201,107); }

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

border-color css

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

 span { border-color: rgb(15,201,107); }

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