Html Css Color HEX #0FC482 Mountain Meadow

📋 copy color: '#0FC482'

red 15 ◦ green 196 ◦ blue 130

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

Shades of Mountain Meadow #0FC482

Tints of Mountain Meadow #0FC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.48%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 4.4%
G = 57.48%
B = 38.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#0FC482 (or 0x0FC482) is known color: Mountain Meadow. HEX triplet: 0F, C4 and 82. RGB value is (15,196,130). Sum of RGB (Red+Green+Blue) = 15+196+130=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC482 is #F03B7D. Grayscale: #868686. Windows color (decimal): -15743870 or 8569871. OLE color: 8569871.

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

Color convert

RGB 15 196 130 -
CMYK 0.92 0 0.34 0.23
HSL 158.12º 0.86% 0.41% -
HSV(B) 158.12º 0.92% 0.77% -
XYZ 23.97 41.19 27.81 -
YUV 134.36 125.53 42.87 -
System Red Green Blue C M Y K H S L
Decimal 15 196 130 0.92 0 0.34 0.23 158.12 0.86 0.41
Hex F C4 82 5C 0 22 17 9E 56 29
Octal 17 304 202 134 0 42 27 236 126 51
Binary 1111 11000100 10000010 1011100 0 100010 10111 10011110 1010110 101001

Color Harmonies of #0FC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC482

Black with #0FC482

Text Example


Text Example

White with #0FC482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,196,130); }

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

background-color css

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

 a { background-color: rgb(15,196,130); }

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

border-color css

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

 span { border-color: rgb(15,196,130); }

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