Html Css Color HEX #0FC886 Mountain Meadow

📋 copy color: '#0FC886'

red 15 ◦ green 200 ◦ blue 134

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

Shades of Mountain Meadow #0FC886

Tints of Mountain Meadow #0FC886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.31%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 4.3%
G = 57.31%
B = 38.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#0FC886 (or 0x0FC886) is known color: Mountain Meadow. HEX triplet: 0F, C8 and 86. RGB value is (15,200,134). Sum of RGB (Red+Green+Blue) = 15+200+134=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC886 is #F03779. Grayscale: #898989. Windows color (decimal): -15742842 or 8833039. OLE color: 8833039.

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

Color convert

RGB 15 200 134 -
CMYK 0.92 0 0.33 0.22
HSL 158.59º 0.86% 0.42% -
HSV(B) 158.59º 0.93% 0.78% -
XYZ 25.15 43.13 29.55 -
YUV 137.16 126.21 40.87 -
System Red Green Blue C M Y K H S L
Decimal 15 200 134 0.92 0 0.33 0.22 158.59 0.86 0.42
Hex F C8 86 5C 0 21 16 9F 56 2A
Octal 17 310 206 134 0 41 26 237 126 52
Binary 1111 11001000 10000110 1011100 0 100001 10110 10011111 1010110 101010

Color Harmonies of #0FC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC886

Black with #0FC886

Text Example


Text Example

White with #0FC886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,200,134); }

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

background-color css

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

 a { background-color: rgb(15,200,134); }

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

border-color css

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

 span { border-color: rgb(15,200,134); }

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