Html Css Color HEX #0FAC79 Mountain Meadow

📋 copy color: '#0FAC79'

red 15 ◦ green 172 ◦ blue 121

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

Shades of Mountain Meadow #0FAC79

Tints of Mountain Meadow #0FAC79

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.84%

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 4.87%
G = 55.84%
B = 39.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#0FAC79 (or 0x0FAC79) is known color: Mountain Meadow. HEX triplet: 0F, AC and 79. RGB value is (15,172,121). Sum of RGB (Red+Green+Blue) = 15+172+121=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC79 is #F05386. Grayscale: #777777. Windows color (decimal): -15750023 or 7973903. OLE color: 7973903.

HSL color Cylindrical-coordinate representation of color #0FAC79: hue angle of 160.51º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC79 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 121 -
CMYK 0.91 0 0.30 0.33
HSL 160.51º 0.84% 0.37% -
HSV(B) 160.51º 0.91% 0.67% -
XYZ 18.4 30.99 23.1 -
YUV 119.24 128.99 53.65 -
System Red Green Blue C M Y K H S L
Decimal 15 172 121 0.91 0 0.30 0.33 160.51 0.84 0.37
Hex F AC 79 5B 0 1E 21 A1 54 25
Octal 17 254 171 133 0 36 41 241 124 45
Binary 1111 10101100 1111001 1011011 0 11110 100001 10100001 1010100 100101

Color Harmonies of #0FAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC79

Black with #0FAC79

Text Example


Text Example

White with #0FAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,121); }

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

background-color css

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

 a { background-color: rgb(15,172,121); }

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

border-color css

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

 span { border-color: rgb(15,172,121); }

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