Html Css Color HEX #0FC080 Mountain Meadow

📋 copy color: '#0FC080'

red 15 ◦ green 192 ◦ blue 128

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

Shades of Mountain Meadow #0FC080

Tints of Mountain Meadow #0FC080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 4.48%
G = 57.31%
B = 38.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#0FC080 (or 0x0FC080) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 80. RGB value is (15,192,128). Sum of RGB (Red+Green+Blue) = 15+192+128=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC080 is #F03F7F. Grayscale: #838383. Windows color (decimal): -15744896 or 8437775. OLE color: 8437775.

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

Color convert

RGB 15 192 128 -
CMYK 0.92 0 0.33 0.25
HSL 158.31º 0.86% 0.41% -
HSV(B) 158.31º 0.92% 0.75% -
XYZ 22.94 39.36 26.81 -
YUV 131.78 125.86 44.7 -
System Red Green Blue C M Y K H S L
Decimal 15 192 128 0.92 0 0.33 0.25 158.31 0.86 0.41
Hex F C0 80 5C 0 21 19 9E 56 29
Octal 17 300 200 134 0 41 31 236 126 51
Binary 1111 11000000 10000000 1011100 0 100001 11001 10011110 1010110 101001

Color Harmonies of #0FC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC080

Black with #0FC080

Text Example


Text Example

White with #0FC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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