Html Css Color HEX #0FB583 Mountain Meadow

📋 copy color: '#0FB583'

red 15 ◦ green 181 ◦ blue 131

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

Shades of Mountain Meadow #0FB583

Tints of Mountain Meadow #0FB583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.35%

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 4.59%
G = 55.35%
B = 40.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#0FB583 (or 0x0FB583) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 83. RGB value is (15,181,131). Sum of RGB (Red+Green+Blue) = 15+181+131=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB583 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB583 is #F04A7C. Grayscale: #7D7D7D. Windows color (decimal): -15747709 or 8631567. OLE color: 8631567.

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

Color convert

RGB 15 181 131 -
CMYK 0.92 0 0.28 0.29
HSL 161.93º 0.85% 0.38% -
HSV(B) 161.93º 0.92% 0.71% -
XYZ 20.82 34.79 27.09 -
YUV 125.67 131 49.07 -
System Red Green Blue C M Y K H S L
Decimal 15 181 131 0.92 0 0.28 0.29 161.93 0.85 0.38
Hex F B5 83 5C 0 1C 1D A2 55 26
Octal 17 265 203 134 0 34 35 242 125 46
Binary 1111 10110101 10000011 1011100 0 11100 11101 10100010 1010101 100110

Color Harmonies of #0FB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB583

Black with #0FB583

Text Example


Text Example

White with #0FB583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,131); }

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

background-color css

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

 a { background-color: rgb(15,181,131); }

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

border-color css

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

 span { border-color: rgb(15,181,131); }

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