#0FB183

Color #0FB183 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0FB183

Tints of Mountain Meadow #0FB183

Color information

#0FB183 (or 0x0FB183) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B1 and 83. RGB value is (15,177,131). Sum of RGB (Red+Green+Blue) = 15+177+131=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB183 is #F04E7C. Grayscale: #7B7B7B. Windows color (decimal): -15748733 or 8630543. OLE color: 8630543.

HSL color Cylindrical-coordinate representation of color #0FB183: hue angle of 162.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB183 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB15177131-
CMYK0.9200.260.31
HSL162.96º84.38%37.65%-
HSV(B)162.96º91.53%69.41%-
XYZ20.0233.1826.82-
YUV123.32132.3350.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.64%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=4.64%
G=54.80%
B=40.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151771310.9200.260.31162.9684.3837.65
HexFB1835C01A1Fa35426
Octal172612031340323724312446
Binary11111011000110000011101110001101011111101000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FB183;
 }
 .AnyTagClassName
 {
   color: #0FB183;
 }
</style>
background-color css

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

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

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

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

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

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