#0FB146

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

Shades of Dark Pastel Green #0FB146

Tints of Dark Pastel Green #0FB146

Color information

#0FB146 (or 0x0FB146) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B1 and 46. RGB value is (15,177,70). Sum of RGB (Red+Green+Blue) = 15+177+70=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB146 is #F04EB9. Grayscale: #747474. Windows color (decimal): -15748794 or 4632847. OLE color: 4632847.

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

Color convert

RGB1517770-
CMYK0.9200.600.31
HSL140.37º84.38%37.65%-
HSV(B)140.37º91.53%69.41%-
XYZ17.0231.9911.07-
YUV116.36101.8355.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.73%
GREEN value IS 177 (69.53% from 255) = 67.56%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=5.73%
G=67.56%
B=26.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15177700.9200.600.31140.3784.3837.65
HexFB1465C03C1F8c5426
Octal172611061340743721412446
Binary11111011000110001101011100011110011111100011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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