#0FB249

Color #0FB249 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0FB249

Tints of Dark Pastel Green #0FB249

Color information

#0FB249 (or 0x0FB249) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B2 and 49. RGB value is (15,178,73). Sum of RGB (Red+Green+Blue) = 15+178+73=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB249 is #F04DB6. Grayscale: #757575. Windows color (decimal): -15748535 or 4829711. OLE color: 4829711.

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

Color convert

RGB1517873-
CMYK0.9200.590.30
HSL141.35º84.46%37.84%-
HSV(B)141.35º91.57%69.8%-
XYZ17.3232.4211.65-
YUV117.2910355.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 178 (69.92% from 255) = 66.92%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=5.64%
G=66.92%
B=27.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15178730.9200.590.30141.3584.4637.84
HexFB2495C03B1E8d5426
Octal172621111340733621512446
Binary11111011001010010011011100011101111110100011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,178,73); }

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

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

 a { background-color: rgb(15,178,73); }

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

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

 span { border-color: rgb(15,178,73); }

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