Html Css Color HEX #0FBC7B Mountain Meadow

📋 copy color: '#0FBC7B'

red 15 ◦ green 188 ◦ blue 123

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

Shades of Mountain Meadow #0FBC7B

Tints of Mountain Meadow #0FBC7B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 4.6%
G = 57.67%
B = 37.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#0FBC7B (or 0x0FBC7B) is known color: Mountain Meadow. HEX triplet: 0F, BC and 7B. RGB value is (15,188,123). Sum of RGB (Red+Green+Blue) = 15+188+123=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC7B is #F04384. Grayscale: #808080. Windows color (decimal): -15745925 or 8109071. OLE color: 8109071.

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

Color convert

RGB 15 188 123 -
CMYK 0.92 0 0.35 0.26
HSL 157.46º 0.85% 0.4% -
HSV(B) 157.46º 0.92% 0.74% -
XYZ 21.76 37.5 24.83 -
YUV 128.86 124.69 46.79 -
System Red Green Blue C M Y K H S L
Decimal 15 188 123 0.92 0 0.35 0.26 157.46 0.85 0.4
Hex F BC 7B 5C 0 23 1A 9D 55 28
Octal 17 274 173 134 0 43 32 235 125 50
Binary 1111 10111100 1111011 1011100 0 100011 11010 10011101 1010101 101000

Color Harmonies of #0FBC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC7B

Black with #0FBC7B

Text Example


Text Example

White with #0FBC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,123); }

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

background-color css

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

 a { background-color: rgb(15,188,123); }

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

border-color css

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

 span { border-color: rgb(15,188,123); }

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