Html Css Color HEX #0FB479 Mountain Meadow

📋 copy color: '#0FB479'

red 15 ◦ green 180 ◦ blue 121

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

Shades of Mountain Meadow #0FB479

Tints of Mountain Meadow #0FB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.96%

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

R = 4.75%
G = 56.96%
B = 38.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#0FB479 (or 0x0FB479) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 79. RGB value is (15,180,121). Sum of RGB (Red+Green+Blue) = 15+180+121=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB479 is #F04B86. Grayscale: #7C7C7C. Windows color (decimal): -15747975 or 7975951. OLE color: 7975951.

HSL color Cylindrical-coordinate representation of color #0FB479: hue angle of 158.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB479 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 121 -
CMYK 0.92 0 0.33 0.29
HSL 158.55º 0.85% 0.38% -
HSV(B) 158.55º 0.92% 0.71% -
XYZ 19.97 34.12 23.62 -
YUV 123.94 126.34 50.3 -
System Red Green Blue C M Y K H S L
Decimal 15 180 121 0.92 0 0.33 0.29 158.55 0.85 0.38
Hex F B4 79 5C 0 21 1D 9F 55 26
Octal 17 264 171 134 0 41 35 237 125 46
Binary 1111 10110100 1111001 1011100 0 100001 11101 10011111 1010101 100110

Color Harmonies of #0FB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB479

Black with #0FB479

Text Example


Text Example

White with #0FB479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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