Html Css Color HEX #0FC07E Mountain Meadow

📋 copy color: '#0FC07E'

red 15 ◦ green 192 ◦ blue 126

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

Shades of Mountain Meadow #0FC07E

Tints of Mountain Meadow #0FC07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.66%

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 4.5%
G = 57.66%
B = 37.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#0FC07E (or 0x0FC07E) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 7E. RGB value is (15,192,126). Sum of RGB (Red+Green+Blue) = 15+192+126=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC07E is #F03F81. Grayscale: #838383. Windows color (decimal): -15744898 or 8306703. OLE color: 8306703.

HSL color Cylindrical-coordinate representation of color #0FC07E: hue angle of 157.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC07E is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 126 -
CMYK 0.92 0 0.34 0.25
HSL 157.63º 0.86% 0.41% -
HSV(B) 157.63º 0.92% 0.75% -
XYZ 22.81 39.31 26.12 -
YUV 131.55 124.86 44.87 -
System Red Green Blue C M Y K H S L
Decimal 15 192 126 0.92 0 0.34 0.25 157.63 0.86 0.41
Hex F C0 7E 5C 0 22 19 9E 56 29
Octal 17 300 176 134 0 42 31 236 126 51
Binary 1111 11000000 1111110 1011100 0 100010 11001 10011110 1010110 101001

Color Harmonies of #0FC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC07E

Black with #0FC07E

Text Example


Text Example

White with #0FC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,126); }

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

background-color css

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

 a { background-color: rgb(15,192,126); }

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

border-color css

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

 span { border-color: rgb(15,192,126); }

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