Html Css Color HEX #0FBA7E Mountain Meadow

📋 copy color: '#0FBA7E'

red 15 ◦ green 186 ◦ blue 126

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

Shades of Mountain Meadow #0FBA7E

Tints of Mountain Meadow #0FBA7E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.88%

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

R = 4.59%
G = 56.88%
B = 38.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#0FBA7E (or 0x0FBA7E) is known color: Mountain Meadow. HEX triplet: 0F, BA and 7E. RGB value is (15,186,126). Sum of RGB (Red+Green+Blue) = 15+186+126=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA7E is #F04581. Grayscale: #808080. Windows color (decimal): -15746434 or 8305167. OLE color: 8305167.

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

Color convert

RGB 15 186 126 -
CMYK 0.92 0 0.32 0.27
HSL 158.95º 0.85% 0.39% -
HSV(B) 158.95º 0.92% 0.73% -
XYZ 21.52 36.73 25.69 -
YUV 128.03 126.85 47.38 -
System Red Green Blue C M Y K H S L
Decimal 15 186 126 0.92 0 0.32 0.27 158.95 0.85 0.39
Hex F BA 7E 5C 0 20 1B 9F 55 27
Octal 17 272 176 134 0 40 33 237 125 47
Binary 1111 10111010 1111110 1011100 0 100000 11011 10011111 1010101 100111

Color Harmonies of #0FBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA7E

Black with #0FBA7E

Text Example


Text Example

White with #0FBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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