Html Css Color HEX #0FD37C Mountain Meadow

📋 copy color: '#0FD37C'

red 15 ◦ green 211 ◦ blue 124

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

Shades of Mountain Meadow #0FD37C

Tints of Mountain Meadow #0FD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.29%

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

R = 4.29%
G = 60.29%
B = 35.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#0FD37C (or 0x0FD37C) is known color: Mountain Meadow. HEX triplet: 0F, D3 and 7C. RGB value is (15,211,124). Sum of RGB (Red+Green+Blue) = 15+211+124=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD37C is #F02C83. Grayscale: #8E8E8E. Windows color (decimal): -15740036 or 8180495. OLE color: 8180495.

HSL color Cylindrical-coordinate representation of color #0FD37C: hue angle of 153.37º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD37C is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 15 211 124 -
CMYK 0.93 0 0.41 0.17
HSL 153.37º 0.87% 0.44% -
HSV(B) 153.37º 0.93% 0.83% -
XYZ 27.13 48.15 26.93 -
YUV 142.48 117.57 37.07 -
System Red Green Blue C M Y K H S L
Decimal 15 211 124 0.93 0 0.41 0.17 153.37 0.87 0.44
Hex F D3 7C 5D 0 29 11 99 57 2C
Octal 17 323 174 135 0 51 21 231 127 54
Binary 1111 11010011 1111100 1011101 0 101001 10001 10011001 1010111 101100

Color Harmonies of #0FD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD37C

Black with #0FD37C

Text Example


Text Example

White with #0FD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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