Html Css Color HEX #0FC95B Malachite

📋 copy color: '#0FC95B'

red 15 ◦ green 201 ◦ blue 91

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

Shades of Malachite #0FC95B

Tints of Malachite #0FC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 4.89%
G = 65.47%
B = 29.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#0FC95B (or 0x0FC95B) is known color: Malachite. HEX triplet: 0F, C9 and 5B. RGB value is (15,201,91). Sum of RGB (Red+Green+Blue) = 15+201+91=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC95B is #F036A4. Grayscale: #858585. Windows color (decimal): -15742629 or 6015247. OLE color: 6015247.

HSL color Cylindrical-coordinate representation of color #0FC95B: hue angle of 144.52º 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 #0FC95B is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 91 -
CMYK 0.93 0 0.55 0.21
HSL 144.52º 0.86% 0.42% -
HSV(B) 144.52º 0.93% 0.79% -
XYZ 22.97 42.63 16.92 -
YUV 132.85 104.38 43.94 -
System Red Green Blue C M Y K H S L
Decimal 15 201 91 0.93 0 0.55 0.21 144.52 0.86 0.42
Hex F C9 5B 5D 0 37 15 91 56 2A
Octal 17 311 133 135 0 67 25 221 126 52
Binary 1111 11001001 1011011 1011101 0 110111 10101 10010001 1010110 101010

Color Harmonies of #0FC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC95B

Black with #0FC95B

Text Example


Text Example

White with #0FC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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