Html Css Color HEX #0FBF71 Mountain Meadow

📋 copy color: '#0FBF71'

red 15 ◦ green 191 ◦ blue 113

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

Shades of Mountain Meadow #0FBF71

Tints of Mountain Meadow #0FBF71

RGB

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

 GREEN value IS 191 (75% from 255) = 59.87%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 4.7%
G = 59.87%
B = 35.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#0FBF71 (or 0x0FBF71) is known color: Mountain Meadow. HEX triplet: 0F, BF and 71. RGB value is (15,191,113). Sum of RGB (Red+Green+Blue) = 15+191+113=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF71 is #F0408E. Grayscale: #818181. Windows color (decimal): -15745167 or 7454479. OLE color: 7454479.

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

Color convert

RGB 15 191 113 -
CMYK 0.92 0 0.41 0.25
HSL 153.41º 0.85% 0.4% -
HSV(B) 153.41º 0.92% 0.75% -
XYZ 21.81 38.56 21.92 -
YUV 129.48 118.69 46.34 -
System Red Green Blue C M Y K H S L
Decimal 15 191 113 0.92 0 0.41 0.25 153.41 0.85 0.4
Hex F BF 71 5C 0 29 19 99 55 28
Octal 17 277 161 134 0 51 31 231 125 50
Binary 1111 10111111 1110001 1011100 0 101001 11001 10011001 1010101 101000

Color Harmonies of #0FBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF71

Black with #0FBF71

Text Example


Text Example

White with #0FBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,113); }

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

background-color css

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

 a { background-color: rgb(15,191,113); }

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

border-color css

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

 span { border-color: rgb(15,191,113); }

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