Html Css Color HEX #0FBF7E Mountain Meadow

📋 copy color: '#0FBF7E'

red 15 ◦ green 191 ◦ blue 126

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

Shades of Mountain Meadow #0FBF7E

Tints of Mountain Meadow #0FBF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 4.52%
G = 57.53%
B = 37.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#0FBF7E (or 0x0FBF7E) is known color: Mountain Meadow. HEX triplet: 0F, BF and 7E. RGB value is (15,191,126). Sum of RGB (Red+Green+Blue) = 15+191+126=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF7E is #F04081. Grayscale: #838383. Windows color (decimal): -15745154 or 8306447. OLE color: 8306447.

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

Color convert

RGB 15 191 126 -
CMYK 0.92 0 0.34 0.25
HSL 157.84º 0.85% 0.4% -
HSV(B) 157.84º 0.92% 0.75% -
XYZ 22.59 38.87 26.05 -
YUV 130.97 125.19 45.29 -
System Red Green Blue C M Y K H S L
Decimal 15 191 126 0.92 0 0.34 0.25 157.84 0.85 0.4
Hex F BF 7E 5C 0 22 19 9E 55 28
Octal 17 277 176 134 0 42 31 236 125 50
Binary 1111 10111111 1111110 1011100 0 100010 11001 10011110 1010101 101000

Color Harmonies of #0FBF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF7E

Black with #0FBF7E

Text Example


Text Example

White with #0FBF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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