Html Css Color HEX #0FCF73 Mountain Meadow

📋 copy color: '#0FCF73'

red 15 ◦ green 207 ◦ blue 115

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

Shades of Mountain Meadow #0FCF73

Tints of Mountain Meadow #0FCF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.42%

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

R = 4.45%
G = 61.42%
B = 34.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#0FCF73 (or 0x0FCF73) is known color: Mountain Meadow. HEX triplet: 0F, CF and 73. RGB value is (15,207,115). Sum of RGB (Red+Green+Blue) = 15+207+115=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF73 is #F0308C. Grayscale: #8B8B8B. Windows color (decimal): -15741069 or 7589647. OLE color: 7589647.

HSL color Cylindrical-coordinate representation of color #0FCF73: hue angle of 151.25º 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 #0FCF73 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 115 -
CMYK 0.93 0 0.44 0.19
HSL 151.25º 0.86% 0.44% -
HSV(B) 151.25º 0.93% 0.81% -
XYZ 25.6 45.97 23.74 -
YUV 139.1 114.39 39.48 -
System Red Green Blue C M Y K H S L
Decimal 15 207 115 0.93 0 0.44 0.19 151.25 0.86 0.44
Hex F CF 73 5D 0 2C 13 97 56 2C
Octal 17 317 163 135 0 54 23 227 126 54
Binary 1111 11001111 1110011 1011101 0 101100 10011 10010111 1010110 101100

Color Harmonies of #0FCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF73

Black with #0FCF73

Text Example


Text Example

White with #0FCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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