Html Css Color HEX #0FC271 Mountain Meadow

📋 copy color: '#0FC271'

red 15 ◦ green 194 ◦ blue 113

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

Shades of Mountain Meadow #0FC271

Tints of Mountain Meadow #0FC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 4.66%
G = 60.25%
B = 35.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#0FC271 (or 0x0FC271) is known color: Mountain Meadow. HEX triplet: 0F, C2 and 71. RGB value is (15,194,113). Sum of RGB (Red+Green+Blue) = 15+194+113=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC271 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC271 is #F03D8E. Grayscale: #838383. Windows color (decimal): -15744399 or 7455247. OLE color: 7455247.

HSL color Cylindrical-coordinate representation of color #0FC271: hue angle of 152.85º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC271 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 194 113 -
CMYK 0.92 0 0.42 0.24
HSL 152.85º 0.86% 0.41% -
HSV(B) 152.85º 0.92% 0.76% -
XYZ 22.47 39.88 22.14 -
YUV 131.25 117.7 45.09 -
System Red Green Blue C M Y K H S L
Decimal 15 194 113 0.92 0 0.42 0.24 152.85 0.86 0.41
Hex F C2 71 5C 0 2A 18 99 56 29
Octal 17 302 161 134 0 52 30 231 126 51
Binary 1111 11000010 1110001 1011100 0 101010 11000 10011001 1010110 101001

Color Harmonies of #0FC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC271

Black with #0FC271

Text Example


Text Example

White with #0FC271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,113); }

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

background-color css

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

 a { background-color: rgb(15,194,113); }

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

border-color css

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

 span { border-color: rgb(15,194,113); }

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