Html Css Color HEX #0FB88B Mountain Meadow

📋 copy color: '#0FB88B'

red 15 ◦ green 184 ◦ blue 139

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

Shades of Mountain Meadow #0FB88B

Tints of Mountain Meadow #0FB88B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.44%

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 4.44%
G = 54.44%
B = 41.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#0FB88B (or 0x0FB88B) is known color: Mountain Meadow. HEX triplet: 0F, B8 and 8B. RGB value is (15,184,139). Sum of RGB (Red+Green+Blue) = 15+184+139=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB88B is #F04774. Grayscale: #808080. Windows color (decimal): -15746933 or 9156623. OLE color: 9156623.

HSL color Cylindrical-coordinate representation of color #0FB88B: hue angle of 164.02º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB88B is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 184 139 -
CMYK 0.92 0 0.24 0.28
HSL 164.02º 0.85% 0.39% -
HSV(B) 164.02º 0.92% 0.72% -
XYZ 22 36.25 30.26 -
YUV 128.34 134.01 47.16 -
System Red Green Blue C M Y K H S L
Decimal 15 184 139 0.92 0 0.24 0.28 164.02 0.85 0.39
Hex F B8 8B 5C 0 18 1C A4 55 27
Octal 17 270 213 134 0 30 34 244 125 47
Binary 1111 10111000 10001011 1011100 0 11000 11100 10100100 1010101 100111

Color Harmonies of #0FB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB88B

Black with #0FB88B

Text Example


Text Example

White with #0FB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,184,139); }

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

background-color css

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

 a { background-color: rgb(15,184,139); }

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

border-color css

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

 span { border-color: rgb(15,184,139); }

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