Html Css Color HEX #0FB484 Mountain Meadow

📋 copy color: '#0FB484'

red 15 ◦ green 180 ◦ blue 132

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

Shades of Mountain Meadow #0FB484

Tints of Mountain Meadow #0FB484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 4.59%
G = 55.05%
B = 40.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#0FB484 (or 0x0FB484) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 84. RGB value is (15,180,132). Sum of RGB (Red+Green+Blue) = 15+180+132=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB484 is #F04B7B. Grayscale: #7D7D7D. Windows color (decimal): -15747964 or 8696847. OLE color: 8696847.

HSL color Cylindrical-coordinate representation of color #0FB484: hue angle of 162.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 #0FB484 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 132 -
CMYK 0.92 0 0.27 0.29
HSL 162.55º 0.85% 0.38% -
HSV(B) 162.55º 0.92% 0.71% -
XYZ 20.68 34.41 27.38 -
YUV 125.19 131.84 49.4 -
System Red Green Blue C M Y K H S L
Decimal 15 180 132 0.92 0 0.27 0.29 162.55 0.85 0.38
Hex F B4 84 5C 0 1B 1D A3 55 26
Octal 17 264 204 134 0 33 35 243 125 46
Binary 1111 10110100 10000100 1011100 0 11011 11101 10100011 1010101 100110

Color Harmonies of #0FB484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB484

Black with #0FB484

Text Example


Text Example

White with #0FB484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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