#0FCF79

Color #0FCF79 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0FCF79

Tints of Mountain Meadow #0FCF79

Color information

#0FCF79 (or 0x0FCF79) is unknown color: approx Mountain Meadow. HEX triplet: 0F, CF and 79. RGB value is (15,207,121). Sum of RGB (Red+Green+Blue) = 15+207+121=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF79 is #F03086. Grayscale: #8B8B8B. Windows color (decimal): -15741063 or 7982863. OLE color: 7982863.

HSL color Cylindrical-coordinate representation of color #0FCF79: hue angle of 153.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF79 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB15207121-
CMYK0.9300.420.19
HSL153.12º86.49%43.53%-
HSV(B)153.12º92.75%81.18%-
XYZ25.9646.1125.62-
YUV139.79117.3938.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.37%
GREEN value IS 207 (81.25% from 255) = 60.35%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=4.37%
G=60.35%
B=35.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152071210.9300.420.19153.1286.4943.53
HexFCF795D02A1399562c
Octal173171711350522323112654
Binary11111100111111110011011101010101010011100110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,207,121); }

 H1.HeaderClassName
 {
   color: #0FCF79;
 }
 .AnyTagClassName
 {
   color: #0FCF79;
 }
</style>
background-color css

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

 a { background-color: rgb(15,207,121); }

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

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

 span { border-color: rgb(15,207,121); }

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