Html Css Color HEX #0FC96F Mountain Meadow

📋 copy color: '#0FC96F'

red 15 ◦ green 201 ◦ blue 111

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

Shades of Mountain Meadow #0FC96F

Tints of Mountain Meadow #0FC96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 4.59%
G = 61.47%
B = 33.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#0FC96F (or 0x0FC96F) is known color: Mountain Meadow. HEX triplet: 0F, C9 and 6F. RGB value is (15,201,111). Sum of RGB (Red+Green+Blue) = 15+201+111=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 201 (78.91% from 255 or 61.47% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC96F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC96F is #F03690. Grayscale: #878787. Windows color (decimal): -15742609 or 7325967. OLE color: 7325967.

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

Color convert

RGB 15 201 111 -
CMYK 0.93 0 0.45 0.21
HSL 150.97º 0.86% 0.42% -
HSV(B) 150.97º 0.93% 0.79% -
XYZ 23.95 43.02 22.08 -
YUV 135.13 114.38 42.32 -
System Red Green Blue C M Y K H S L
Decimal 15 201 111 0.93 0 0.45 0.21 150.97 0.86 0.42
Hex F C9 6F 5D 0 2D 15 97 56 2A
Octal 17 311 157 135 0 55 25 227 126 52
Binary 1111 11001001 1101111 1011101 0 101101 10101 10010111 1010110 101010

Color Harmonies of #0FC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC96F

Black with #0FC96F

Text Example


Text Example

White with #0FC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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