Html Css Color HEX #0FC074 Mountain Meadow

📋 copy color: '#0FC074'

red 15 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #0FC074

Tints of Mountain Meadow #0FC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.44%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 4.64%
G = 59.44%
B = 35.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#0FC074 (or 0x0FC074) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 74. RGB value is (15,192,116). Sum of RGB (Red+Green+Blue) = 15+192+116=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC074 is #F03F8B. Grayscale: #828282. Windows color (decimal): -15744908 or 7651343. OLE color: 7651343.

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

Color convert

RGB 15 192 116 -
CMYK 0.92 0 0.40 0.25
HSL 154.24º 0.86% 0.41% -
HSV(B) 154.24º 0.92% 0.75% -
XYZ 22.2 39.06 22.89 -
YUV 130.41 119.86 45.68 -
System Red Green Blue C M Y K H S L
Decimal 15 192 116 0.92 0 0.40 0.25 154.24 0.86 0.41
Hex F C0 74 5C 0 28 19 9A 56 29
Octal 17 300 164 134 0 50 31 232 126 51
Binary 1111 11000000 1110100 1011100 0 101000 11001 10011010 1010110 101001

Color Harmonies of #0FC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC074

Black with #0FC074

Text Example


Text Example

White with #0FC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,116); }

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

background-color css

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

 a { background-color: rgb(15,192,116); }

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

border-color css

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

 span { border-color: rgb(15,192,116); }

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