Html Css Color HEX #0FC570 Mountain Meadow

📋 copy color: '#0FC570'

red 15 ◦ green 197 ◦ blue 112

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

Shades of Mountain Meadow #0FC570

Tints of Mountain Meadow #0FC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.8%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 4.63%
G = 60.8%
B = 34.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#0FC570 (or 0x0FC570) is known color: Mountain Meadow. HEX triplet: 0F, C5 and 70. RGB value is (15,197,112). Sum of RGB (Red+Green+Blue) = 15+197+112=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC570 is #F03A8F. Grayscale: #858585. Windows color (decimal): -15743632 or 7390479. OLE color: 7390479.

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

Color convert

RGB 15 197 112 -
CMYK 0.92 0 0.43 0.23
HSL 151.98º 0.86% 0.42% -
HSV(B) 151.98º 0.92% 0.77% -
XYZ 23.09 41.2 22.07 -
YUV 132.89 116.2 43.91 -
System Red Green Blue C M Y K H S L
Decimal 15 197 112 0.92 0 0.43 0.23 151.98 0.86 0.42
Hex F C5 70 5C 0 2B 17 98 56 2A
Octal 17 305 160 134 0 53 27 230 126 52
Binary 1111 11000101 1110000 1011100 0 101011 10111 10011000 1010110 101010

Color Harmonies of #0FC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC570

Black with #0FC570

Text Example


Text Example

White with #0FC570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,197,112); }

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

background-color css

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

 a { background-color: rgb(15,197,112); }

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

border-color css

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

 span { border-color: rgb(15,197,112); }

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