Html Css Color HEX #0FB77C Mountain Meadow

📋 copy color: '#0FB77C'

red 15 ◦ green 183 ◦ blue 124

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

Shades of Mountain Meadow #0FB77C

Tints of Mountain Meadow #0FB77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.83%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 4.66%
G = 56.83%
B = 38.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#0FB77C (or 0x0FB77C) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 7C. RGB value is (15,183,124). Sum of RGB (Red+Green+Blue) = 15+183+124=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB77C is #F04883. Grayscale: #7E7E7E. Windows color (decimal): -15747204 or 8173327. OLE color: 8173327.

HSL color Cylindrical-coordinate representation of color #0FB77C: hue angle of 158.93º 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 #0FB77C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 124 -
CMYK 0.92 0 0.32 0.28
HSL 158.93º 0.85% 0.39% -
HSV(B) 158.93º 0.92% 0.72% -
XYZ 20.77 35.42 24.81 -
YUV 126.04 126.84 48.8 -
System Red Green Blue C M Y K H S L
Decimal 15 183 124 0.92 0 0.32 0.28 158.93 0.85 0.39
Hex F B7 7C 5C 0 20 1C 9F 55 27
Octal 17 267 174 134 0 40 34 237 125 47
Binary 1111 10110111 1111100 1011100 0 100000 11100 10011111 1010101 100111

Color Harmonies of #0FB77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB77C

Black with #0FB77C

Text Example


Text Example

White with #0FB77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,124); }

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

background-color css

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

 a { background-color: rgb(15,183,124); }

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

border-color css

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

 span { border-color: rgb(15,183,124); }

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