#0FBF82

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

Shades of Mountain Meadow #0FBF82

Tints of Mountain Meadow #0FBF82

Color information

#0FBF82 (or 0x0FBF82) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BF and 82. RGB value is (15,191,130). Sum of RGB (Red+Green+Blue) = 15+191+130=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF82 is #F0407D. Grayscale: #838383. Windows color (decimal): -15745150 or 8568591. OLE color: 8568591.

HSL color Cylindrical-coordinate representation of color #0FBF82: hue angle of 159.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF82 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB15191130-
CMYK0.9200.320.25
HSL159.2º85.44%40.39%-
HSV(B)159.2º92.15%74.9%-
XYZ22.8638.9727.44-
YUV131.42127.1944.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.46%
GREEN value IS 191 (75% from 255) = 56.85%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=4.46%
G=56.85%
B=38.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911300.9200.320.25159.285.4440.39
HexFBF825C020199f5528
Octal172772021340403123712550
Binary111110111111100000101011100010000011001100111111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,191,130); }

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

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

 a { background-color: rgb(15,191,130); }

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

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

 span { border-color: rgb(15,191,130); }

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