Html Css Color HEX #0FC073 Mountain Meadow

📋 copy color: '#0FC073'

red 15 ◦ green 192 ◦ blue 115

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

Shades of Mountain Meadow #0FC073

Tints of Mountain Meadow #0FC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 4.66%
G = 59.63%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#0FC073 (or 0x0FC073) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 73. RGB value is (15,192,115). Sum of RGB (Red+Green+Blue) = 15+192+115=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC073 is #F03F8C. Grayscale: #828282. Windows color (decimal): -15744909 or 7585807. OLE color: 7585807.

HSL color Cylindrical-coordinate representation of color #0FC073: hue angle of 153.9º 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 #0FC073 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 115 -
CMYK 0.92 0 0.40 0.25
HSL 153.9º 0.86% 0.41% -
HSV(B) 153.9º 0.92% 0.75% -
XYZ 22.14 39.04 22.59 -
YUV 130.3 119.36 45.76 -
System Red Green Blue C M Y K H S L
Decimal 15 192 115 0.92 0 0.40 0.25 153.9 0.86 0.41
Hex F C0 73 5C 0 28 19 9A 56 29
Octal 17 300 163 134 0 50 31 232 126 51
Binary 1111 11000000 1110011 1011100 0 101000 11001 10011010 1010110 101001

Color Harmonies of #0FC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC073

Black with #0FC073

Text Example


Text Example

White with #0FC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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