Html Css Color HEX #0FB38E Mountain Meadow

📋 copy color: '#0FB38E'

red 15 ◦ green 179 ◦ blue 142

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

Shades of Mountain Meadow #0FB38E

Tints of Mountain Meadow #0FB38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.27%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 4.46%
G = 53.27%
B = 42.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#0FB38E (or 0x0FB38E) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 8E. RGB value is (15,179,142). Sum of RGB (Red+Green+Blue) = 15+179+142=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB38E is #F04C71. Grayscale: #7D7D7D. Windows color (decimal): -15748210 or 9351951. OLE color: 9351951.

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

Color convert

RGB 15 179 142 -
CMYK 0.92 0 0.21 0.30
HSL 166.46º 0.85% 0.38% -
HSV(B) 166.46º 0.92% 0.7% -
XYZ 21.2 34.29 31.09 -
YUV 125.75 137.17 49.01 -
System Red Green Blue C M Y K H S L
Decimal 15 179 142 0.92 0 0.21 0.30 166.46 0.85 0.38
Hex F B3 8E 5C 0 15 1E A6 55 26
Octal 17 263 216 134 0 25 36 246 125 46
Binary 1111 10110011 10001110 1011100 0 10101 11110 10100110 1010101 100110

Color Harmonies of #0FB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB38E

Black with #0FB38E

Text Example


Text Example

White with #0FB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,142); }

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

background-color css

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

 a { background-color: rgb(15,179,142); }

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

border-color css

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

 span { border-color: rgb(15,179,142); }

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