#0FBC3F

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

Shades of Dark Pastel Green #0FBC3F

Tints of Dark Pastel Green #0FBC3F

Color information

#0FBC3F (or 0x0FBC3F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BC and 3F. RGB value is (15,188,63). Sum of RGB (Red+Green+Blue) = 15+188+63=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC3F is #F043C0. Grayscale: #7A7A7A. Windows color (decimal): -15745985 or 4176911. OLE color: 4176911.

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

Color convert

RGB1518863-
CMYK0.9200.660.26
HSL136.65º85.22%39.8%-
HSV(B)136.65º92.02%73.73%-
XYZ19.0836.4310.73-
YUV122.0294.6951.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 188 (73.83% from 255) = 70.68%
BLUE value IS 63 (25% from 255) = 23.68%
R=5.64%
G=70.68%
B=23.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15188630.9200.660.26136.6585.2239.8
HexFBC3F5C0421A895528
Octal172747713401023221112550
Binary11111011110011111110111000100001011010100010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,188,63); }

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

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

 a { background-color: rgb(15,188,63); }

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

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

 span { border-color: rgb(15,188,63); }

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