Html Css Color HEX #0FAC7D Mountain Meadow

📋 copy color: '#0FAC7D'

red 15 ◦ green 172 ◦ blue 125

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

Shades of Mountain Meadow #0FAC7D

Tints of Mountain Meadow #0FAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 4.81%
G = 55.13%
B = 40.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#0FAC7D (or 0x0FAC7D) is known color: Mountain Meadow. HEX triplet: 0F, AC and 7D. RGB value is (15,172,125). Sum of RGB (Red+Green+Blue) = 15+172+125=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC7D is #F05382. Grayscale: #777777. Windows color (decimal): -15750019 or 8236047. OLE color: 8236047.

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

Color convert

RGB 15 172 125 -
CMYK 0.91 0 0.27 0.33
HSL 162.04º 0.84% 0.37% -
HSV(B) 162.04º 0.91% 0.67% -
XYZ 18.65 31.09 24.42 -
YUV 119.7 130.99 53.32 -
System Red Green Blue C M Y K H S L
Decimal 15 172 125 0.91 0 0.27 0.33 162.04 0.84 0.37
Hex F AC 7D 5B 0 1B 21 A2 54 25
Octal 17 254 175 133 0 33 41 242 124 45
Binary 1111 10101100 1111101 1011011 0 11011 100001 10100010 1010100 100101

Color Harmonies of #0FAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC7D

Black with #0FAC7D

Text Example


Text Example

White with #0FAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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