Html Css Color HEX #0FB592 Mountain Meadow

📋 copy color: '#0FB592'

red 15 ◦ green 181 ◦ blue 146

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

Shades of Mountain Meadow #0FB592

Tints of Mountain Meadow #0FB592

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.92%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 4.39%
G = 52.92%
B = 42.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#0FB592 (or 0x0FB592) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 92. RGB value is (15,181,146). Sum of RGB (Red+Green+Blue) = 15+181+146=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB592 is #F04A6D. Grayscale: #7F7F7F. Windows color (decimal): -15747694 or 9614607. OLE color: 9614607.

HSL color Cylindrical-coordinate representation of color #0FB592: hue angle of 167.35º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB592 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 181 146 -
CMYK 0.92 0 0.19 0.29
HSL 167.35º 0.85% 0.38% -
HSV(B) 167.35º 0.92% 0.71% -
XYZ 21.91 35.22 32.84 -
YUV 127.38 138.5 47.85 -
System Red Green Blue C M Y K H S L
Decimal 15 181 146 0.92 0 0.19 0.29 167.35 0.85 0.38
Hex F B5 92 5C 0 13 1D A7 55 26
Octal 17 265 222 134 0 23 35 247 125 46
Binary 1111 10110101 10010010 1011100 0 10011 11101 10100111 1010101 100110

Color Harmonies of #0FB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB592

Black with #0FB592

Text Example


Text Example

White with #0FB592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,146); }

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

background-color css

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

 a { background-color: rgb(15,181,146); }

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

border-color css

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

 span { border-color: rgb(15,181,146); }

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