#0FB240

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

Shades of Dark Pastel Green #0FB240

Tints of Dark Pastel Green #0FB240

Color information

#0FB240 (or 0x0FB240) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B2 and 40. RGB value is (15,178,64). Sum of RGB (Red+Green+Blue) = 15+178+64=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB240 is #F04DBF. Grayscale: #747474. Windows color (decimal): -15748544 or 4239887. OLE color: 4239887.

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

Color convert

RGB1517864-
CMYK0.9200.640.30
HSL138.04º84.46%37.84%-
HSV(B)138.04º91.57%69.8%-
XYZ17.0432.3110.19-
YUV116.2798.555.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 178 (69.92% from 255) = 69.26%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=5.84%
G=69.26%
B=24.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15178640.9200.640.30138.0484.4637.84
HexFB2405C0401E8a5426
Octal1726210013401003621212446
Binary111110110010100000010111000100000011110100010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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