Html Css Color HEX #0FC077 Mountain Meadow

📋 copy color: '#0FC077'

red 15 ◦ green 192 ◦ blue 119

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

Shades of Mountain Meadow #0FC077

Tints of Mountain Meadow #0FC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 4.6%
G = 58.9%
B = 36.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#0FC077 (or 0x0FC077) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 77. RGB value is (15,192,119). Sum of RGB (Red+Green+Blue) = 15+192+119=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC077 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC077 is #F03F88. Grayscale: #828282. Windows color (decimal): -15744905 or 7847951. OLE color: 7847951.

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

Color convert

RGB 15 192 119 -
CMYK 0.92 0 0.38 0.25
HSL 155.25º 0.86% 0.41% -
HSV(B) 155.25º 0.92% 0.75% -
XYZ 22.38 39.13 23.83 -
YUV 130.76 121.36 45.44 -
System Red Green Blue C M Y K H S L
Decimal 15 192 119 0.92 0 0.38 0.25 155.25 0.86 0.41
Hex F C0 77 5C 0 26 19 9B 56 29
Octal 17 300 167 134 0 46 31 233 126 51
Binary 1111 11000000 1110111 1011100 0 100110 11001 10011011 1010110 101001

Color Harmonies of #0FC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC077

Black with #0FC077

Text Example


Text Example

White with #0FC077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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